OSDN Git Service

PR testsuite/25241
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / friend32.C
index 4ce2ba3..81e6390 100644 (file)
@@ -17,5 +17,5 @@ template<class T> class B
 
 int f ()
 {
-  B<int> b;                    // { dg-error "instantiated" }
+  B<int> b;                    // { dg-message "instantiated" }
 }