1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 333941: Adjust testcase.

This commit is contained in:
Markus Schorn 2011-01-27 09:25:19 +00:00
parent 5ca9b3b6d1
commit f11d5a23d7

View file

@ -220,8 +220,7 @@ public class FaultToleranceTests extends AST2BaseTest {
sdecl= getDeclaration(tu, 4);
assertEquals("extern void foo2()", sdecl.getRawSignature());
pd= getDeclaration(tu, 5);
assertEquals("", pd.getRawSignature()); // the missing semicolon
pd= getDeclaration(tu, 5); // the missing semicolon
if (lang == ParserLanguage.CPP) {
pd= getDeclaration(tu, 6);