Ensure test/Misc/win32-macho.c doesn't try to write to the source tree
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 11 Jun 2014 00:50:07 +0000 (00:50 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 11 Jun 2014 00:50:07 +0000 (00:50 +0000)
llvm-svn: 210618

clang/test/Misc/win32-macho.c

index 2813231..fe15e4d 100644 (file)
@@ -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