| Index: command_buffer/client/cross/cmd_buffer_helper_test.cc
|
| ===================================================================
|
| --- command_buffer/client/cross/cmd_buffer_helper_test.cc (revision 26702)
|
| +++ command_buffer/client/cross/cmd_buffer_helper_test.cc (working copy)
|
| @@ -100,7 +100,7 @@
|
| // put to the limit) and the bottom side (from 0 to get).
|
| if (put >= parser_put) {
|
| // we're on the top side, check we are below the limit.
|
| - EXPECT_GE(10, limit);
|
| + EXPECT_GE(10U, limit);
|
| } else {
|
| // we're on the bottom side, check we are below get.
|
| EXPECT_GT(parser_get, limit);
|
|
|