[K/N][test] Opt-in ImplicitSignedToUnsignedIntegerConversion in tests
Add option to allow such conversions, see ^KT-56583 Merge-request: KT-MR-9160 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
e9130f5c87
commit
752d6505e9
@@ -114,6 +114,10 @@ if (!isExperimentalMM) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(KonanCompileNativeBinary).configureEach {
|
||||||
|
extraOpts "-XXLanguage:+ImplicitSignedToUnsignedIntegerConversion"
|
||||||
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
// Root directories for test output (logs, compiled files, statistics etc). Only single path must be in each set.
|
// Root directories for test output (logs, compiled files, statistics etc). Only single path must be in each set.
|
||||||
// backend.native/tests
|
// backend.native/tests
|
||||||
|
|||||||
Reference in New Issue
Block a user