ignore large lexer test for dart

This commit is contained in:
Larry Li 2020-01-26 12:28:43 +11:00
parent e4f312c869
commit fdff788689
1 changed files with 5 additions and 0 deletions

View File

@ -1056,5 +1056,10 @@ public class LexerExecDescriptors {
return new Pair<>(grammarName, grammar);
}
@Override
public boolean ignore(String targetName) {
return targetName.equals("Dart");
}
}
}