mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +02:00
Fixed a typo.
This commit is contained in:
parent
80ec72130b
commit
27e94dcec3
1 changed files with 2 additions and 2 deletions
|
@ -753,8 +753,8 @@ public class AST2TestBase extends BaseTestCase {
|
|||
}
|
||||
|
||||
final protected IASTTranslationUnit parseAndCheckBindings(String code, ParserLanguage lang, boolean useGnuExtensions,
|
||||
int limitTrvialInitializers) throws Exception {
|
||||
IASTTranslationUnit tu = parse(code, lang, useGnuExtensions, true, limitTrvialInitializers);
|
||||
int limitTrivialInitializers) throws Exception {
|
||||
IASTTranslationUnit tu = parse(code, lang, useGnuExtensions, true, limitTrivialInitializers);
|
||||
NameCollector col = new NameCollector();
|
||||
tu.accept(col);
|
||||
assertNoProblemBindings(col);
|
||||
|
|
Loading…
Add table
Reference in a new issue