]> granicus.if.org Git - clang/commitdiff
Run new test with -fsyntax-only.
authorBob Wilson <bob.wilson@apple.com>
Wed, 11 Jun 2014 19:34:14 +0000 (19:34 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 11 Jun 2014 19:34:14 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210693 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/win32-macho.c

index fe15e4dfb14d55daa463bf4fd44f4274aad2525e..fe0f9cbefde208386057280234780a67580e0f5e 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 -o /dev/null
+// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s -o /dev/null