diff options
Diffstat (limited to 'clang/test/Misc/win32-macho.c')
-rw-r--r-- | clang/test/Misc/win32-macho.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c index fe15e4dfb14..fe0f9cbefde 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 -o /dev/null +// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s -o /dev/null |