Skip to content

Commit d620cf5

Browse files
committed
Fix expected-error
1 parent a3d0104 commit d620cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/concept-crash-on-diagnostic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ class foo {
4545

4646
template <typename T>
4747
concept is_foo_concept = __is_same(foo::bar, T);
48-
// expected-error@-1 {{'bar' is a private member of 'foo'}}
48+
// expected-error@-1 {{'bar' is a private member of 'GH131530::foo'}}
4949

5050
}

0 commit comments

Comments
 (0)