mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/antlr: 3.2-r1 fix test failures
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35979 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
6c03ff491e
commit
4a0cee19ad
@@ -19,3 +19,13 @@ bug #919684
|
||||
import antlr.TokenWithIndex;
|
||||
import antlr.CommonToken;
|
||||
import org.antlr.codegen.*;
|
||||
--- a/tool/src/main/resources/org/antlr/codegen/templates/Java/ST.stg
|
||||
+++ b/tool/src/main/resources/org/antlr/codegen/templates/Java/ST.stg
|
||||
@@ -33,6 +33,7 @@ group ST;
|
||||
@outputFile.imports() ::= <<
|
||||
<@super.imports()>
|
||||
import org.antlr.stringtemplate.*;
|
||||
+import org.antlr.stringtemplate.StringTemplate;
|
||||
import org.antlr.stringtemplate.language.*;
|
||||
import java.util.HashMap;
|
||||
>>
|
||||
|
||||
Reference in New Issue
Block a user