cleanup: spelling

This commit is contained in:
Egor Ushakov
2018-05-21 15:50:13 +03:00
parent ba0e24955d
commit c4f23b9a16
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ public class SingleClassesTest {
fixture = new DecompilerTestFixture();
fixture.setUp(IFernflowerPreferences.BYTECODE_SOURCE_MAPPING, "1",
IFernflowerPreferences.DUMP_ORIGINAL_LINES, "1",
IFernflowerPreferences.IGNOIRE_INVALID_BYTECODE, "1");
IFernflowerPreferences.IGNORE_INVALID_BYTECODE, "1");
}
@After