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

Unified Diff: courgette/encode_decode_unittest.cc

Issue 149597: Code changes to get the code to compile under GCC.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « courgette/difference_estimator_unittest.cc ('k') | courgette/encoded_program.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/encode_decode_unittest.cc
===================================================================
--- courgette/encode_decode_unittest.cc (revision 21002)
+++ courgette/encode_decode_unittest.cc (working copy)
@@ -76,7 +76,7 @@
const void* buffer = sink.Buffer();
size_t length = sink.Length();
- EXPECT_EQ(971850, length);
+ EXPECT_EQ(971850U, length);
courgette::SourceStreamSet sources;
bool can_get_source_streams = sources.Init(buffer, length);
Property changes on: courgette/encode_decode_unittest.cc
___________________________________________________________________
Name: svn:eol-style
+ LF
« no previous file with comments | « courgette/difference_estimator_unittest.cc ('k') | courgette/encoded_program.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698