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

Unified Diff: test/defines/defines.c

Issue 10413004: Try to fix failing tests after 1386. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 7 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 | test/defines/gyptest-defines-env-regyp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/defines/defines.c
===================================================================
--- test/defines/defines.c (revision 1386)
+++ test/defines/defines.c (working copy)
@@ -15,7 +15,9 @@
printf("2*PAREN_VALUE is %d\n", 2*PAREN_VALUE);
#endif
+#ifdef HASH_VALUE
printf("HASH_VALUE is %s\n", HASH_VALUE);
+#endif
return 0;
}
« no previous file with comments | « no previous file | test/defines/gyptest-defines-env-regyp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698