Skip to content

Commit 12a42a6

Browse files
authored
Fix SemaCXX/msvc-pragma-function-no-builtin-attr.cpp test (llvm#119719)
Fix test failure from llvm#119719 84b0f01
1 parent d098ce0 commit 12a42a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/msvc-pragma-function-no-builtin-attr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cl -fms-compatibility -Xclang -ast-dump -fsyntax-only %s | FileCheck %s
1+
// RUN: %clang_cl -fms-compatibility -Xclang -ast-dump -fsyntax-only -- %s | FileCheck %s
22

33
extern "C" __inline float __cdecl fabsf( float _X);
44
// CHECK: FunctionDecl {{.*}} fabsf

0 commit comments

Comments
 (0)