From-SVN: r18964
This commit is contained in:
Jason Merrill 1998-04-02 11:19:01 -05:00
parent c1ac292d76
commit c098677bed
3 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
// Build don't link:
// GROUPS passed visibility
// excess errors test - XFAIL *-*-*
// visibility file
// From: Robert Carden <carden@thoth.ics.uci.edu>
// Date: Thu, 12 Aug 1993 13:48:05 -0700

View File

@ -1,6 +1,5 @@
// Build don't link:
// GROUPS passed visibility
// excess errors test - XFAIL *-*-*
// visibility file
// From: Robert Carden <carden@thoth.ics.uci.edu>
// Date: Thu, 12 Aug 1993 13:47:11 -0700

View File

@ -1,4 +1,4 @@
int i; // ERROR - XFAIL *-*-*
int i; // ERROR -
namespace i { // ERROR -
}