Minor. Update test data to support Corretto JVM 11
This commit is contained in:
@@ -21,7 +21,7 @@ fun box(): String {
|
||||
return "Link error expected"
|
||||
}
|
||||
catch (e: java.lang.UnsatisfiedLinkError) {
|
||||
if (e.message != "C.foo()V") return "Fail 1: " + e.message
|
||||
if (e.message != "C.foo()V" && e.message != "'void C.foo()'") return "Fail 1: " + e.message
|
||||
}
|
||||
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user