fix Node test gen

This commit is contained in:
parrt 2015-06-25 15:17:08 -07:00
parent ca80d27257
commit 7b5ac5a751
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import org.junit.Test;
import static org.junit.Assert.*;
<if(file.Options.("ImportErrorQueue"))>
import org.antlr.v4.test.tool.ErrorQueue;
import org.antlr.v4.test.runtime.java.ErrorQueue;
<endif>
<if(file.Options.("ImportGrammar"))>
import org.antlr.v4.tool.Grammar;