OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.bob / friend1.C
index 1782f08..4bce9d2 100644 (file)
@@ -1,4 +1,5 @@
+// { dg-do assemble  }
 class C {
 public:
-  static friend int f(); // ERROR - 
+  static friend int f(); // { dg-error "" } 
 };