Regression tests for some old EA reports

EA-35953, EA-35743
This commit is contained in:
Alexander Udalov
2013-01-22 19:35:56 +04:00
parent ab730b7dd5
commit 8b5607d98f
4 changed files with 22 additions and 1 deletions
@@ -88,4 +88,8 @@ public class StringsTest extends CodegenTestCase {
public void testKt889() throws Exception {
blackBoxFile("regressions/kt889.jet");
}
public void testEa35743() {
blackBoxFile("regressions/ea35743.kt");
}
}