enabled the Map tests as they seem to work fine again now

This commit is contained in:
James Strachan
2012-07-05 11:04:31 +01:00
parent dc4952c8b1
commit 9d64960720
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -44,7 +44,9 @@
<copy todir="${basedir}/target/generated-js-library">
<fileset dir="${kotlin-js-lib-srcdir}">
<include name="**/*Code.kt"/>
<!--
<exclude name="**/JUtilMapsCode.kt"/>
-->
</fileset>
</copy>
<copy todir="${basedir}/target/generated-js-library/kotlin">
@@ -65,12 +67,10 @@
<include name="Iterators.kt"/>
<include name="JUtil.kt"/>
<include name="JUtilCollections.kt"/>
<!--
<include name="JUtilMaps.kt"/>
-->
<include name="JLangIterables.kt"/>
<include name="JLangIterablesLazy.kt"/>
<include name="JLangIterablesSpecial.kkt"/>
<include name="JLangIterablesSpecial.kt"/>
<!--
<include name="Ordering.kt"/>
-->