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

Unified Diff: ppapi/tests/test_case.cc

Issue 391413004: Remove an out of date comment in PPAPI code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_case.cc
===================================================================
--- ppapi/tests/test_case.cc (revision 283829)
+++ ppapi/tests/test_case.cc (working copy)
@@ -100,13 +100,6 @@
std::string TestCase::MakeFailureMessage(const char* file,
int line,
const char* cmd) {
- // The mere presence of this local variable works around a gcc-4.2.4
- // compiler bug in official Chrome Linux builds. If you remove it,
- // confirm this compile command still works:
- // GYP_DEFINES='branding=Chrome buildtype=Official target_arch=x64'
- // gclient runhooks
- // make -k -j4 BUILDTYPE=Release ppapi_tests
-
std::ostringstream output;
output << "Failure in " << file << "(" << line << "): " << cmd;
return output.str();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698