OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / template16.C
index 9d53679..c07cb44 100644 (file)
@@ -1,7 +1,7 @@
+// { dg-do assemble  }
 // Test that pushing into a namespace for a definition doesn't affect
 // template instantiations.
 
-// Build don't link:
 
 namespace N {
   template <class T> void f () { }