From ab65a6bc6ca8b98b97a3ba0dd571f4c0c88ff8ec Mon Sep 17 00:00:00 2001 From: Vladimir Ilmov Date: Mon, 11 Nov 2019 12:34:12 +0300 Subject: [PATCH] Build fix, tests regenerated --- .../idea/perf/PerformanceHighlightingTestGenerated.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/idea/performanceTests/org/jetbrains/kotlin/idea/perf/PerformanceHighlightingTestGenerated.java b/idea/performanceTests/org/jetbrains/kotlin/idea/perf/PerformanceHighlightingTestGenerated.java index b69a7cdba28..98e45a99221 100644 --- a/idea/performanceTests/org/jetbrains/kotlin/idea/perf/PerformanceHighlightingTestGenerated.java +++ b/idea/performanceTests/org/jetbrains/kotlin/idea/perf/PerformanceHighlightingTestGenerated.java @@ -108,11 +108,6 @@ public class PerformanceHighlightingTestGenerated extends AbstractPerformanceHig runTest("idea/testData/highlighter/SmartCast.kt"); } - @TestMetadata("Suspend.kt") - public void testSuspend() throws Exception { - runTest("idea/testData/highlighter/Suspend.kt"); - } - @TestMetadata("SyntheticExtensionProperty.kt") public void testSyntheticExtensionProperty() throws Exception { runTest("idea/testData/highlighter/SyntheticExtensionProperty.kt");