forked from jasder/antlr
ignore large lexer test for dart
This commit is contained in:
parent
e4f312c869
commit
fdff788689
|
@ -1056,5 +1056,10 @@ public class LexerExecDescriptors {
|
||||||
|
|
||||||
return new Pair<>(grammarName, grammar);
|
return new Pair<>(grammarName, grammar);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean ignore(String targetName) {
|
||||||
|
return targetName.equals("Dart");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue