Skip to content

Commit 619c7d0

Browse files
guy-davidpatrykstefanski
authored andcommitted
[Clang] Update SemaCXX/attr-transparent-stepping-method.cpp
(cherry picked from commit 60fe0b1)
1 parent 5abacac commit 619c7d0

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)