test for unreproducable kt533

This commit is contained in:
Alex Tkachman
2011-11-23 10:14:13 +02:00
parent dcf294b1fb
commit 1c6c5d2bdc
3 changed files with 142 additions and 2 deletions
@@ -73,4 +73,8 @@ public class StdlibTest extends CodegenTestCase {
blackBoxFile("inputStreamIterator.jet");
System.out.println(generateToText());
}
public void testKt533 () {
blackBoxFile("regressions/kt533.kt");
}
}