Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: command_buffer/client/cross/cmd_buffer_helper_test.cc

Issue 208037: Added command buffer unit tests to gyp.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | command_buffer/client/cross/id_allocator_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « build/common.gypi ('k') | command_buffer/client/cross/id_allocator_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698