forked from jasder/antlr
make non-Java targets ignore new test
This commit is contained in:
parent
eb8e2890c3
commit
85b609a951
|
@ -109,6 +109,11 @@ public class ParseTreesDescriptors {
|
|||
*/
|
||||
@CommentHasStringValue
|
||||
public String grammar;
|
||||
|
||||
@Override
|
||||
public boolean ignore(String targetName) {
|
||||
return !targetName.equals("Java");
|
||||
}
|
||||
}
|
||||
|
||||
public static class NoViableAlt extends BaseParserTestDescriptor {
|
||||
|
|
Loading…
Reference in New Issue