KT-1733 test for obsolete issue

This commit is contained in:
Alex Tkachman
2012-08-04 21:29:28 +03:00
parent 454f0aaa15
commit bf7bf194e6
2 changed files with 16 additions and 0 deletions
@@ -344,4 +344,8 @@ public class StdlibTest extends CodegenTestCase {
public void testUptoDownto() {
blackBoxFile("uptoDownto.kt");
}
public void test1733() {
blackBoxFile("regressions/kt1733.kt");
}
}