Skip to content

Commit 95ca24b

Browse files
committed
[FOLD] remove fixme from test
1 parent 5e510b8 commit 95ca24b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/CXX/drs/cwg1xx.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ namespace cwg141 { // cwg141: 3.1
615615
// cxx98-note@#cwg141-S {{lookup from the current scope refers here}}
616616
// expected-error@#cwg141-a {{no member named 'n' in 'cwg141::A::S<int>'; did you mean '::cwg141::S<int>::n'?}}
617617
// expected-note@#cwg141-S {{'::cwg141::S<int>::n' declared here}}
618-
// FIXME: we issue a useful diagnostic first, then some bogus ones.
619618
b.f<int>();
620619
// expected-error@-1 {{no member named 'f' in 'cwg141::B'}}
621620
(void)b.S<int>::n;

0 commit comments

Comments
 (0)