OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / crash17.C
index 673492b..3519549 100644 (file)
@@ -1,6 +1,6 @@
-// Build don't link:
+// { dg-do assemble  }
 // Origin: Dima Volodin <dvv@dvv.org>
 
 class C {
-  static int const N (1000); // ERROR - invalid declaration
+  static int const N (1000); // { dg-error "" } invalid declaration
 };