Change indent string to use tabs

This commit is contained in:
Lucwousin
2019-07-28 18:09:19 +02:00
parent 341bb8bb05
commit b5fa091982
2 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ public class SingleClassesTest {
@Before
public void setUp() throws IOException {
fixture = new DecompilerTestFixture();
fixture.setUp(IFernflowerPreferences.BYTECODE_SOURCE_MAPPING, "1",
fixture.setUp(IFernflowerPreferences.INDENT_STRING, " ",
IFernflowerPreferences.BYTECODE_SOURCE_MAPPING, "1",
IFernflowerPreferences.DUMP_ORIGINAL_LINES, "1",
IFernflowerPreferences.IGNORE_INVALID_BYTECODE, "1",
IFernflowerPreferences.VERIFY_ANONYMOUS_CLASSES, "1");