got the kotlin/Dom.kt, Preconditions.kt and AbstractIterator.kt compiling as JS; needs more testing of using these APIs from JS though...

This commit is contained in:
James Strachan
2012-05-29 15:02:17 +01:00
parent 64703106ea
commit 1a77c36040
10 changed files with 137 additions and 88 deletions
@@ -44,12 +44,10 @@ public final class StdLibToJSTest extends SingleFileTranslationTest {
super("stdlib/");
}
public void testDummy() {
}
public void TODO_testCompileStandardLibraryFiles() throws Exception {
public void testCompileStandardLibraryFiles() throws Exception {
generateJavaScriptFiles(MainCallParameters.noCall(), EcmaVersion.all(),
"kotlin/Preconditions.kt",
"kotlin/dom/Dom.kt",
"kotlin/support/AbstractIterator.kt"
);