Skip to content

Commit 0a18b36

Browse files
Update clang/test/Sema/attr-cpuspecific-cpus.c
Co-authored-by: Aaron Ballman <[email protected]>
1 parent 557821d commit 0a18b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Sema/attr-cpuspecific-cpus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -o - %s
2-
// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility -o - %s
1+
// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -fsyntax-only %s
2+
// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility -fsyntax-only %s
33

44
// expected-no-diagnostics
55

0 commit comments

Comments
 (0)