mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Works for me.
Test validation of 90647.
This commit is contained in:
parent
0eef81cbaa
commit
dade6639b1
1 changed files with 4 additions and 0 deletions
|
@ -3830,5 +3830,9 @@ public class AST2CPPTests extends AST2BaseTest {
|
||||||
IFunction f1 = (IFunction) col.getName(0).resolveBinding();
|
IFunction f1 = (IFunction) col.getName(0).resolveBinding();
|
||||||
assertInstances( col, f1, 5 );
|
assertInstances( col, f1, 5 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testBug90647() throws Exception {
|
||||||
|
parse( "char msg[] = \"Syntax error on line %s\\n\";", ParserLanguage.CPP ); //$NON-NLS-1$
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue