Index: gpu/command_buffer/client/gles2_implementation_unittest.cc |
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc |
index f47b931a294ecbac0996365af99c48aeee81dcd6..52937a592b9e9940241ff185c4ff15f40da37eea 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc |
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc |
@@ -2646,15 +2646,6 @@ TEST_F(GLES2ImplementationTest, TextureInvalidArguments) { |
ClearCommands(); |
- gl_->AsyncTexImage2DCHROMIUM( |
- kTarget, kLevel, kFormat, kWidth, kHeight, kInvalidBorder, kFormat, kType, |
- NULL); |
- |
- EXPECT_TRUE(NoCommandsWritten()); |
- EXPECT_EQ(GL_INVALID_VALUE, CheckError()); |
- |
- ClearCommands(); |
- |
// Checking for CompressedTexImage2D argument validation is a bit tricky due |
// to (runtime-detected) compression formats. Try to infer the error with an |
// aux check. |