| Index: gpu/command_buffer/tests/gl_program_unittest.cc
|
| diff --git a/gpu/command_buffer/tests/gl_program_unittest.cc b/gpu/command_buffer/tests/gl_program_unittest.cc
|
| index 55e1d9e2ecc918c063d2de1dba2b259bfee592b1..1c4b54a9b0c426dc2eaa2ad0bd1273d340b6f318 100644
|
| --- a/gpu/command_buffer/tests/gl_program_unittest.cc
|
| +++ b/gpu/command_buffer/tests/gl_program_unittest.cc
|
| @@ -177,7 +177,7 @@ TEST_F(GLProgramTest, UniformsInCurrentProgram) {
|
| uniform vec4 u_color;
|
| void main()
|
| {
|
| - gl_FragColor = u_color;;
|
| + gl_FragColor = u_color;
|
| }
|
| );
|
|
|
|
|