[Native][tests] Use -Xbinary=runtimeAssertionsMode=panic in new test infra
This commit is contained in:
@@ -244,7 +244,8 @@ private class TestCompilationImpl(
|
||||
"-repo", environment.globalEnvironment.kotlinNativeHome.resolve("klib").path,
|
||||
"-output", expectedArtifactFile.path,
|
||||
"-Xskip-prerelease-check",
|
||||
"-Xverify-ir"
|
||||
"-Xverify-ir",
|
||||
"-Xbinary=runtimeAssertionsMode=panic"
|
||||
)
|
||||
|
||||
addFlattened(dependencies.libraries) { library -> listOf("-l", library.resultingArtifactPath) }
|
||||
|
||||
Reference in New Issue
Block a user