enabled the ListTest to demonstrate KT-2314 - we can re-enable the kotlin-js-tests-junit test case when this is fixed

This commit is contained in:
James Strachan
2012-06-25 10:14:20 +01:00
parent 7803393aa4
commit 2aceeebc95
+1
View File
@@ -50,6 +50,7 @@
<exclude name="**/*JVM.kt"/>
</fileset>
<fileset dir="${basedir}/../../stdlib/test">
<include name="ListTest.kt"/>
<include name="StringTest.kt"/>
</fileset>
</copy>