KT-274 stdlib part and commented test. Still require frontend test

This commit is contained in:
Alex Tkachman
2012-01-05 00:16:25 +02:00
parent 79049ca2e2
commit ebe2c375cd
3 changed files with 38 additions and 0 deletions
@@ -80,4 +80,8 @@ public class StdlibTest extends CodegenTestCase {
public void testKt864 () {
blackBoxFile("regressions/kt864.jet");
}
public void testKt274 () {
// blackBoxFile("regressions/kt274.kt");
}
}