Switch main-kts to the updated resolvers infrastructure

This commit is contained in:
Ilya Chernikov
2019-11-15 16:31:11 +01:00
parent baec10fb40
commit b73625ad9e
7 changed files with 106 additions and 47 deletions
@@ -68,7 +68,7 @@ class MainKtsTest {
@Test
fun testResolveError() {
val res = evalFile(File("$TEST_DATA_ROOT/hello-resolve-error.main.kts"))
assertFailed("Unrecognized set of arguments to ivy resolver: abracadabra", res)
assertFailed("File 'abracadabra' not found", res)
}
@Test