summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/mac/cflags/cxxfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/mac/cflags/cxxfile.cxx')
-rw-r--r--media/webrtc/trunk/tools/gyp/test/mac/cflags/cxxfile.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/mac/cflags/cxxfile.cxx b/media/webrtc/trunk/tools/gyp/test/mac/cflags/cxxfile.cxx
new file mode 100644
index 000000000..1a54d18ee
--- /dev/null
+++ b/media/webrtc/trunk/tools/gyp/test/mac/cflags/cxxfile.cxx
@@ -0,0 +1,7 @@
+#ifdef CFLAG
+#error CFLAG should not be set
+#endif
+
+#ifndef CCFLAG
+#error CCFLAG should be set
+#endif