This commit is contained in:
Andrey Breslav
2013-12-05 14:04:50 +04:00
parent d665146e9a
commit 9efa604cff
8 changed files with 2 additions and 50 deletions
@@ -142,11 +142,6 @@ public class ControlFlowTestGenerated extends AbstractControlFlowTest {
doTest("compiler/testData/cfg/invoke.kt");
}
@TestMetadata("lastElvis.kt")
public void testLastElvis() throws Exception {
doTest("compiler/testData/cfg/lastElvis.kt");
}
@TestMetadata("LazyBooleans.kt")
public void testLazyBooleans() throws Exception {
doTest("compiler/testData/cfg/LazyBooleans.kt");
@@ -1572,11 +1572,6 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/unreachableCode.kt");
}
@TestMetadata("unusedElvis.kt")
public void testUnusedElvis() throws Exception {
doTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/unusedElvis.kt");
}
}
@TestMetadata("compiler/testData/diagnostics/tests/controlStructures")