diff --git a/smali/src/test/java/LexerTest.java b/smali/src/test/java/LexerTest.java index f9397894..074b32ed 100644 --- a/smali/src/test/java/LexerTest.java +++ b/smali/src/test/java/LexerTest.java @@ -30,6 +30,7 @@ import org.antlr.runtime.ANTLRInputStream; import org.antlr.runtime.CommonToken; import org.antlr.runtime.CommonTokenStream; import org.antlr.runtime.RecognitionException; +import org.jf.dexlib.Util.Utf8Utils; import org.jf.smali.*; import static org.jf.smali.expectedTokensTestGrammarParser.ExpectedToken; import org.junit.Assert; @@ -42,21 +43,12 @@ import java.util.List; public class LexerTest { private static final HashMap tokenTypesByName; - private static final String newlineReplacement; - static { tokenTypesByName = new HashMap(); for (int i=0; i