added test for KT-248

This commit is contained in:
Alex Tkachman
2011-08-31 19:16:07 +02:00
parent 6fcd36f9bd
commit 60d8ada216
3 changed files with 13 additions and 2 deletions
@@ -270,4 +270,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt243 () throws Exception {
blackBoxFile("regressions/kt243.jet");
}
public void testKt248 () throws Exception {
blackBoxFile("regressions/kt248.jet");
}
}