From 565099d9415dec59e3853f19d651b129fb364f05 Mon Sep 17 00:00:00 2001 From: Kevin Bierhoff Date: Mon, 26 Aug 2019 12:48:25 -0700 Subject: [PATCH] fix new test name --- .../kotlin/jvm/abi/CompileAgainstJvmAbiTestGenerated.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jvm-abi-gen/test/org/jetbrains/kotlin/jvm/abi/CompileAgainstJvmAbiTestGenerated.java b/plugins/jvm-abi-gen/test/org/jetbrains/kotlin/jvm/abi/CompileAgainstJvmAbiTestGenerated.java index 93a5cd363ff..8dbd757b0b4 100644 --- a/plugins/jvm-abi-gen/test/org/jetbrains/kotlin/jvm/abi/CompileAgainstJvmAbiTestGenerated.java +++ b/plugins/jvm-abi-gen/test/org/jetbrains/kotlin/jvm/abi/CompileAgainstJvmAbiTestGenerated.java @@ -44,7 +44,7 @@ public class CompileAgainstJvmAbiTestGenerated extends AbstractCompileAgainstJvm runTest("plugins/jvm-abi-gen/testData/compile/clinit/"); } - @TestMetadata("inlineReifiedFunction") + @TestMetadata("inlineAnonymousObject") public void testInlineAnonymousObject() throws Exception { runTest("plugins/jvm-abi-gen/testData/compile/inlineAnonymousObject/"); }