forked from jasder/antlr
ugh. intellij missed a file for commit (again!) wtf?
This commit is contained in:
parent
6711cdf321
commit
3b641b0e22
|
@ -10,7 +10,7 @@ import org.junit.Test;
|
||||||
import org.junit.Ignore;
|
import org.junit.Ignore;
|
||||||
|
|
||||||
<if(file.Options.("ImportErrorQueue"))>
|
<if(file.Options.("ImportErrorQueue"))>
|
||||||
import org.antlr.v4.test.tool.ErrorQueue;
|
import org.antlr.v4.test.runtime.java.ErrorQueue;
|
||||||
<endif>
|
<endif>
|
||||||
<if(file.Options.("ImportGrammar"))>
|
<if(file.Options.("ImportGrammar"))>
|
||||||
import org.antlr.v4.tool.Grammar;
|
import org.antlr.v4.tool.Grammar;
|
||||||
|
|
Loading…
Reference in New Issue