Fixing tests

This solution is in fact rather hackish, but the only way I see to fix it is to restructure the process of configuring test class paths altogether
This commit is contained in:
Andrey Breslav
2012-09-11 21:13:22 +04:00
parent b6e2381861
commit d6df227344
@@ -71,6 +71,7 @@ public abstract class JsUnitTestBase extends MultipleFilesTranslationTest {
boolean removed = additionalLibraryFiles.remove(Config.LIBRARIES_LOCATION + "/stdlib/testCode.kt");
assert removed;
result.addAll(additionalLibraryFiles);
result.add(Config.LIBRARIES_LOCATION + "/stdlib/TuplesCode.kt");
return result;
}