Can't link it - no main()
authorMartin v. Löwis <loewis@gcc.gnu.org>
Thu, 25 Mar 1999 00:33:16 +0000 (00:33 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Thu, 25 Mar 1999 00:33:16 +0000 (00:33 +0000)
From-SVN: r25961

gcc/testsuite/g++.old-deja/g++.pt/static6.C

index 785bc4e1a8c627597682ad6794207e2f722339dc..91a970c2a51579805d8b95d2a45d7c2642951560 100644 (file)
@@ -1,9 +1,7 @@
-// Build don't run:
+// Build don't link:
 
 // Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il>
 
-// excess errors test - XFAIL *-*-*
-
 template <class T> struct A {
  static const int l[1];
 };