test for obsolete KT-684

This commit is contained in:
Alex Tkachman
2011-12-05 17:29:43 +02:00
parent b253529e27
commit 627c2186e9
2 changed files with 34 additions and 0 deletions
@@ -345,6 +345,11 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt753 () {
blackBoxFile("regressions/kt753.jet");
// System.out.println(generateToText());
}
public void testKt684 () {
blackBoxFile("regressions/kt684.jet");
// System.out.println(generateToText());
}
}