Test for KT-2619

Remove outdated check in WhenChecker

# KT-2619 fixed
This commit is contained in:
Pavel V. Talanov
2012-11-23 16:10:12 +04:00
parent 997e26d11e
commit 59e74e79c2
3 changed files with 21 additions and 6 deletions
@@ -2237,6 +2237,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/j+k/kt2606.kt");
}
@TestMetadata("kt2619.kt")
public void testKt2619() throws Exception {
doTest("compiler/testData/diagnostics/tests/j+k/kt2619.kt");
}
@TestMetadata("kt2641.kt")
public void testKt2641() throws Exception {
doTest("compiler/testData/diagnostics/tests/j+k/kt2641.kt");