Skip to content

Commit

Permalink
[clang][test] Fix SemaCXX/msvc-pragma-function-no-builtin-attr.cpp fo…
Browse files Browse the repository at this point in the history
…r x86 (llvm#119986)

Fix test failure from llvm#119719
84b0f01

Closes llvm#119979
  • Loading branch information
RIscRIpt authored Dec 14, 2024
1 parent aaadaee commit 99354f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/SemaCXX/msvc-pragma-function-no-builtin-attr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ int bar() {

struct A {
int foo() = delete;
// CHECK: CXXMethodDecl {{.*}} foo 'int ()' delete
// CHECK: CXXMethodDecl {{.*}} foo {{.*}} delete
// CHECK-NOT: NoBuiltinAttr
A() = default;
// CHECK: CXXConstructorDecl {{.*}} A 'void ()' default
// CHECK: CXXConstructorDecl {{.*}} A {{.*}} default
// CHECK-NOT: NoBuiltinAttr
};

Expand Down

0 comments on commit 99354f9

Please sign in to comment.