Tests: use preloader instead of URLClassLoader in MockLibraryUtil

This fixes runtime dependency of the compiler and thus allows to run tests
which use MockLibraryUtil in case of an ABI-incompatible change; also it's
slightly more efficient (noticeable when running a single test)
This commit is contained in:
Alexander Udalov
2015-01-28 18:14:22 +03:00
parent 5903b8c4a7
commit 2253567e36
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -19,6 +19,7 @@
<orderEntry type="module" module-name="builtins-serializer" />
<orderEntry type="module" module-name="js.frontend" />
<orderEntry type="module" module-name="js.tests" />
<orderEntry type="module" module-name="preloader" />
<orderEntry type="module" module-name="util" />
</component>
</module>