java-decompiler: print mapping table only in unit test mode

This commit is contained in:
Roman Shevchenko
2014-10-17 18:22:31 +02:00
parent 2d36ea60eb
commit 08c4c683a1
3 changed files with 10 additions and 9 deletions

View File

@@ -56,6 +56,7 @@ public class DecompilerTestFixture {
put(IFernflowerPreferences.REMOVE_SYNTHETIC, "1");
put(IFernflowerPreferences.REMOVE_BRIDGE, "1");
put(IFernflowerPreferences.LITERALS_AS_IS, "1");
put(IFernflowerPreferences.UNIT_TEST_MODE, "1");
putAll(options);
}});
}