From 689a492b9ad2835858485be086d8500eb4009f5d Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Tue, 29 May 2018 12:40:01 +0200 Subject: [PATCH] Minor. Fix test data --- .../kotlin/codegen/flags/WriteFlagsTestGenerated.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/compiler/tests-java8/tests/org/jetbrains/kotlin/codegen/flags/WriteFlagsTestGenerated.java b/compiler/tests-java8/tests/org/jetbrains/kotlin/codegen/flags/WriteFlagsTestGenerated.java index e18cd27b064..9f0b9e69eda 100644 --- a/compiler/tests-java8/tests/org/jetbrains/kotlin/codegen/flags/WriteFlagsTestGenerated.java +++ b/compiler/tests-java8/tests/org/jetbrains/kotlin/codegen/flags/WriteFlagsTestGenerated.java @@ -61,11 +61,6 @@ public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest { runTest("compiler/testData/codegen/java8/writeFlags/defaults/defaultProperty.kt"); } - @TestMetadata("propertyAnnotation.kt") - public void testPropertyAnnotation() throws Exception { - runTest("compiler/testData/codegen/java8/writeFlags/defaults/propertyAnnotation.kt"); - } - @TestMetadata("compiler/testData/codegen/java8/writeFlags/defaults/compatibility") @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) @@ -82,11 +77,6 @@ public class WriteFlagsTestGenerated extends AbstractWriteFlagsTest { public void testPropertyAccessors() throws Exception { runTest("compiler/testData/codegen/java8/writeFlags/defaults/compatibility/propertyAccessors.kt"); } - - @TestMetadata("propertyAnnotation.kt") - public void testPropertyAnnotation() throws Exception { - runTest("compiler/testData/codegen/java8/writeFlags/defaults/compatibility/propertyAnnotation.kt"); - } } } }