re-enabled compiling to JS test cases now we've fixed the compilation of the latest comparator based standard library code

This commit is contained in:
James Strachan
2012-06-29 23:13:05 +01:00
parent e06e5198ed
commit 63e0f169fc
9 changed files with 39 additions and 34 deletions
+3 -8
View File
@@ -52,15 +52,13 @@
<module>tools/runtime</module>
<module>tools/kotlin-maven-plugin</module>
<module>tools/kotlin-js-library</module>
<!--
TODO temporary disabled until the Ordering.kt#comparator() works in JS
<module>tools/kotlin-js-tests</module>
-->
<!--
TODO temporary disabled until the java.util.Collections.emptyList() works in JS
TODO temporary disabled until KT-2314 fixed
<module>tools/kotlin-js-tests-junit</module>
-->
<module>tools/kdoc</module>
<module>tools/kdoc-maven-plugin</module>
@@ -75,11 +73,8 @@
<module>examples/kotlin-java-example</module>
<!--
TODO disabled while I fix a JS issue
<module>examples/js-example</module>
<module>examples/browser-example</module>
-->
</modules>
<dependencies>