Cleanup (test data format)

This commit is contained in:
Roman Shevchenko
2018-09-28 17:09:10 +02:00
parent eaa2830596
commit 866661df29
5 changed files with 73 additions and 62 deletions

View File

@@ -123,7 +123,7 @@ public class SingleClassesTest {
@Test public void testGroovyClass() { doTest("pkg/TestGroovyClass"); }
@Test public void testGroovyTrait() { doTest("pkg/TestGroovyTrait"); }
@Test public void testPrivateClasses() { doTest("pkg/PrivateClasses"); }
@Test public void testSuspendLambdaKt() { doTest("pkg/TestSuspendLambdaKt"); }
@Test public void testSuspendLambda() { doTest("pkg/TestSuspendLambdaKt"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();