Skip to content

Commit d13d1f2

Browse files
committed
[clang][Headers][lit] Fix test arm-acle-no-direct-include.c on Mac
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent d687dfe commit d13d1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Headers/arm-acle-no-direct-include.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cl --target=aarch64-windows-msvc -Xclang -verify /E -U__STDC_HOSTED__ -Wno-builtin-macro-redefined %s 2>&1 | FileCheck %s
1+
// RUN: %clang_cl --target=aarch64-windows-msvc -Xclang -verify /E -U__STDC_HOSTED__ -Wno-builtin-macro-redefined -- %s 2>&1 | FileCheck %s
22

33
// expected-no-diagnostics
44

0 commit comments

Comments
 (0)