Regenerate tests after rebase to master

This commit is contained in:
Zalim Bashorov
2018-04-17 14:42:13 +03:00
parent d40b0b556c
commit 9c5e3ac629
5 changed files with 42 additions and 52 deletions
@@ -51,8 +51,7 @@ public class DumpDeclarationsTestGenerated extends AbstractDumpDeclarationsTest
@TestMetadata("intermediateAbstractSuspendFunction.kt")
public void testIntermediateAbstractSuspendFunction() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/dumpDeclarations/intermediateAbstractSuspendFunction.kt");
doTest(fileName);
runTest("compiler/testData/codegen/dumpDeclarations/intermediateAbstractSuspendFunction.kt");
}
@TestMetadata("localClasses.kt")