1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

Reduce testcase to 2500 else if constructs, bug 256125.

This commit is contained in:
Markus Schorn 2009-02-02 13:01:21 +00:00
parent 1110c15233
commit e2908ac0e2

View file

@ -2020,8 +2020,8 @@ public class CompleteParser2Tests extends BaseTestCase {
writer.write("void foo() "); //$NON-NLS-1$
writer.write("{ "); //$NON-NLS-1$
writer.write(" if (0) { } "); //$NON-NLS-1$
writer.write(" /* 3,000 else if's. */ "); //$NON-NLS-1$
writer.write(" THOU THOU THOU "); //$NON-NLS-1$
writer.write(" /* 2,500 else if's. */ "); //$NON-NLS-1$
writer.write(" THOU THOU HUN HUN HUN HUN HUN "); //$NON-NLS-1$
writer.write("} "); //$NON-NLS-1$
parse( writer.toString() );