Generate calls through new minifacades

This commit is contained in:
Michael Bogdanov
2015-08-31 14:48:35 +03:00
parent 0289b8e290
commit 47635c19a2
11 changed files with 31 additions and 28 deletions
@@ -35,7 +35,7 @@ fun box(): String {
return "Link error expected on object"
}
catch (e: java.lang.UnsatisfiedLinkError) {
if (e.getMessage() != "foo.FooPackage.topLevel(I)D") return "Fail 3: " + e.getMessage()
if (e.getMessage() != "foo.DefaultKt.topLevel(I)D") return "Fail 3: " + e.getMessage()
}
return "OK"
}