OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / overload4.C
index 24d0ced..2608175 100644 (file)
@@ -1,8 +1,8 @@
-// Build don't link:
+// { dg-do assemble  }
 namespace A{
-  void f();   // ERROR - .*
+  void f();  
 }
 
 using A::f;
-void f();     // ERROR - duplicate declaration
+void f();     // { dg-error "" } duplicate declaration