Skip to content

Commit 641c97d

Browse files
authored
Merge pull request #11019 from swiftlang/guyda/fix-attr-transparent-stepping-method.cpp
[Clang] Update SemaCXX/attr-transparent-stepping-method.cpp
2 parents 3a9e45f + 60fe0b1 commit 641c97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/attr-transparent-stepping-method.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ struct S {
55
[[clang::transparent_stepping]]
66
void correct(void) {}
77

8-
[[clang::transparent_stepping(1)]] // expected-error {{'transparent_stepping' attribute takes no arguments}}
8+
[[clang::transparent_stepping(1)]] // expected-error {{'clang::transparent_stepping' attribute takes no arguments}}
99
void one_arg(void) {}
1010
};
1111

0 commit comments

Comments
 (0)