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

Unified Diff: test/compiler-override/cxxtest.cc

Issue 10833021: Honor $CC/$CC_host and friends in make generator. (Closed) Base URL: http://git.chromium.org/external/gyp.git@master
Patch Set: ninja: don't run manifest tool when LD_target is overridden Created 8 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
Index: test/compiler-override/cxxtest.cc
diff --git a/test/compiler-override/cxxtest.cc b/test/compiler-override/cxxtest.cc
new file mode 100644
index 0000000000000000000000000000000000000000..ffbdb2eb1145d32b4dfdc7ec16de3c296432be38
--- /dev/null
+++ b/test/compiler-override/cxxtest.cc
@@ -0,0 +1,3 @@
+// Deliberate C syntax error as this file should never be passed to
+// the actual compiler
+#error Should not be passed to a real compiler

Powered by Google App Engine
This is Rietveld 408576698