Skip to content

Commit bd1e468

Browse files
committed
Changed Baz to cwg1890-Baz in cwg18xx.cpp
1 parent bd3cfca commit bd1e468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CXX/drs/cwg18xx.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,12 +564,12 @@ struct A {
564564
namespace ex2 {
565565
#if __cplusplus >= 201103L
566566
struct Bar {
567-
struct Baz { // #Baz
567+
struct Baz { // #cwg1890-Baz
568568
int a = 0;
569569
};
570570
static_assert(__is_constructible(Baz), "");
571571
// since-cxx11-error@-1 {{static assertion failed due to requirement '__is_constructible(cwg1890::ex2::Bar::Baz)'}}
572-
// since-cxx11-note@#Baz {{'Baz' defined here}}
572+
// since-cxx11-note@#cwg1890-Baz {{'Baz' defined here}}
573573
};
574574
#endif
575575
} // namespace ex2

0 commit comments

Comments
 (0)