more tests in ScriptGenTest

This commit is contained in:
Stepan Koltsov
2012-05-30 19:47:42 +04:00
parent 872f08303e
commit 1f5666e0e8
2 changed files with 11 additions and 0 deletions
@@ -42,6 +42,10 @@ public class ScriptGenTest extends CodegenTestCase {
// TODO: check function is visible as instance field (it is currently not)
}
public void testTopLevelFunctionClosure() {
blackBoxFile("script/topLevelFunctionClosure.ktscript");
}
public void testScriptParameter() {
blackBoxFile("script/parameter.ktscript");
}