summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h')
-rw-r--r--gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h
index a62e17c..939ef93 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h
@@ -91,7 +91,6 @@ TEST_F(GLES2DecoderTest2, IsBufferInvalidArgsBadSharedMemoryId) {
}
TEST_F(GLES2DecoderTest2, IsEnabledValidArgs) {
- EXPECT_CALL(*gl_, IsEnabled(GL_DITHER));
SpecializedSetup<IsEnabled, 0>(true);
IsEnabled cmd;
cmd.Init(GL_DITHER, shared_memory_id_, shared_memory_offset_);
@@ -118,7 +117,6 @@ TEST_F(GLES2DecoderTest2, IsEnabledInvalidArgs0_1) {
}
TEST_F(GLES2DecoderTest2, IsEnabledInvalidArgsBadSharedMemoryId) {
- EXPECT_CALL(*gl_, IsEnabled(GL_DITHER)).Times(0);
SpecializedSetup<IsEnabled, 0>(false);
IsEnabled cmd;
cmd.Init(GL_DITHER, kInvalidSharedMemoryId, shared_memory_offset_);