OSDN Git Service

* g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash8.C
index 46cc16f..2c4a91d 100644 (file)
@@ -8,5 +8,5 @@ class Elvis
 template<int a>
 class Elvis<0>
 { // ERROR - incorrect number of parameters
-   int geta() { return a ; }
+  int geta() { return a ; } // ERROR - not in a class
 } ;