diff options
Diffstat (limited to 'clang/test/CXX/drs/dr4xx.cpp')
-rw-r--r-- | clang/test/CXX/drs/dr4xx.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/CXX/drs/dr4xx.cpp b/clang/test/CXX/drs/dr4xx.cpp index 6046c4afefd..3ea226a745f 100644 --- a/clang/test/CXX/drs/dr4xx.cpp +++ b/clang/test/CXX/drs/dr4xx.cpp @@ -35,9 +35,7 @@ namespace dr401 { // dr401: yes }; A<B> *b; // expected-note {{default argument}} - // FIXME: We're missing the "in instantiation of" note for the default - // argument here. - A<D> *d; + A<D> *d; // expected-note {{in instantiation of default argument}} struct E { template<class T, class U = typename T::type> class A : public T {}; |