mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +02:00
remove testcase
This commit is contained in:
parent
e27a68e9a2
commit
1263232bc4
1 changed files with 0 additions and 5 deletions
|
@ -396,11 +396,6 @@ public class GDBTypeParser {
|
||||||
|
|
||||||
GDBTypeParser parser = new 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$
|
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$
|
parser.parse("struct link { int i; int j; struct link * next} *"); //$NON-NLS-1$
|
||||||
System.out.println(parser.getGDBType().verbose());
|
System.out.println(parser.getGDBType().verbose());
|
||||||
|
|
Loading…
Add table
Reference in a new issue