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:
parent
1110c15233
commit
e2908ac0e2
1 changed files with 2 additions and 2 deletions
|
@ -2020,8 +2020,8 @@ public class CompleteParser2Tests extends BaseTestCase {
|
||||||
writer.write("void foo() "); //$NON-NLS-1$
|
writer.write("void foo() "); //$NON-NLS-1$
|
||||||
writer.write("{ "); //$NON-NLS-1$
|
writer.write("{ "); //$NON-NLS-1$
|
||||||
writer.write(" if (0) { } "); //$NON-NLS-1$
|
writer.write(" if (0) { } "); //$NON-NLS-1$
|
||||||
writer.write(" /* 3,000 else if's. */ "); //$NON-NLS-1$
|
writer.write(" /* 2,500 else if's. */ "); //$NON-NLS-1$
|
||||||
writer.write(" THOU THOU THOU "); //$NON-NLS-1$
|
writer.write(" THOU THOU HUN HUN HUN HUN HUN "); //$NON-NLS-1$
|
||||||
writer.write("} "); //$NON-NLS-1$
|
writer.write("} "); //$NON-NLS-1$
|
||||||
|
|
||||||
parse( writer.toString() );
|
parse( writer.toString() );
|
||||||
|
|
Loading…
Add table
Reference in a new issue