OSDN Git Service

PR testsuite/25241
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / ttp5.C
index 4b835e8..155f125 100644 (file)
@@ -1,4 +1,4 @@
-// Build don't link:
+// { dg-do assemble  }
 
 template<int> class D
 {
@@ -6,7 +6,7 @@ template<int> class D
 
 template<template<int> class D,class E> class C
 {
-       D<int> d;                       // ERROR - arg not match
+       D<int> d;                       // { dg-error "" } arg not match
 };
 
 int main()