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:
parent
5ca9b3b6d1
commit
f11d5a23d7
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue