OSDN Git Service

PR c++/48261
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / qualttp4.C
index c55ce2d..0f45c8c 100644 (file)
@@ -20,5 +20,5 @@ template <class T> struct C
 
 int main()
 {
-       C<A> c; // { dg-message "instantiated" }
+       C<A> c; // { dg-message "required" }
 }