Remove erroneous suspend delegate tests (not supported in 1.3)

This commit is contained in:
Mikhail Glukhikh
2018-09-12 18:28:10 +03:00
parent 65ee837bfe
commit e24f68c357
3 changed files with 0 additions and 39 deletions
@@ -4401,20 +4401,10 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
runTest("idea/testData/inspectionsLocal/redundantSuspend/coroutineContext.kt");
}
@TestMetadata("getterDelegate.kt")
public void testGetterDelegate() throws Exception {
runTest("idea/testData/inspectionsLocal/redundantSuspend/getterDelegate.kt");
}
@TestMetadata("override.kt")
public void testOverride() throws Exception {
runTest("idea/testData/inspectionsLocal/redundantSuspend/override.kt");
}
@TestMetadata("setterDelegate.kt")
public void testSetterDelegate() throws Exception {
runTest("idea/testData/inspectionsLocal/redundantSuspend/setterDelegate.kt");
}
}
@TestMetadata("idea/testData/inspectionsLocal/redundantUnitExpression")