summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/win32-macho.c
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-06-11 00:50:07 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-06-11 00:50:07 +0000
commit72f1cae5c09e6708ba2e7dbd998693376e978161 (patch)
treee3a6a5b05708d2fb121b07b0a7244882a032e54d /clang/test/Misc/win32-macho.c
parentedcb26e61b8382cff453775fa82c3d601e862d62 (diff)
downloadbcm5719-llvm-72f1cae5c09e6708ba2e7dbd998693376e978161.tar.gz
bcm5719-llvm-72f1cae5c09e6708ba2e7dbd998693376e978161.zip
Ensure test/Misc/win32-macho.c doesn't try to write to the source tree
llvm-svn: 210618
Diffstat (limited to 'clang/test/Misc/win32-macho.c')
-rw-r--r--clang/test/Misc/win32-macho.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c
index 28132315d7c..fe15e4dfb14 100644
--- a/clang/test/Misc/win32-macho.c
+++ b/clang/test/Misc/win32-macho.c
@@ -1,3 +1,3 @@
// Check that basic use of win32-macho targets works.
// REQUIRES: x86-registered-target
-// RUN: %clang -c -target x86_64-pc-win32-macho %s
+// RUN: %clang -c -target x86_64-pc-win32-macho %s -o /dev/null
OpenPOWER on IntegriCloud