1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 18:25:40 +02:00

remove testcase

This commit is contained in:
Alain Magloire 2004-07-22 19:59:44 +00:00
parent e27a68e9a2
commit 1263232bc4

View file

@ -396,11 +396,6 @@ public class GDBTypeParser {
GDBTypeParser parser = new GDBTypeParser();
System.out.println("int (*func[15])()"); //$NON-NLS-1$
parser.parse("int (*func[15])()"); //$NON-NLS-1$
System.out.println(parser.getGDBType().verbose());
System.out.println();
System.out.println("struct link { int i; int j; struct link * next;} *"); //$NON-NLS-1$
parser.parse("struct link { int i; int j; struct link * next} *"); //$NON-NLS-1$
System.out.println(parser.getGDBType().verbose());