test for unreproducable KT-528

This commit is contained in:
Alex Tkachman
2011-11-23 12:19:43 +02:00
parent b8f942857b
commit ba700ebdbe
2 changed files with 122 additions and 0 deletions
@@ -81,4 +81,8 @@ public class StdlibTest extends CodegenTestCase {
public void testKt529 () {
blackBoxFile("regressions/kt529.kt");
}
public void testKt528 () {
blackBoxFile("regressions/kt528.kt");
}
}