diff --git a/smali/src/test/java/LexerTest.java b/smali/src/test/java/LexerTest.java index 074b32ed..f9397894 100644 --- a/smali/src/test/java/LexerTest.java +++ b/smali/src/test/java/LexerTest.java @@ -30,7 +30,6 @@ 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; @@ -43,12 +42,21 @@ 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