[K/N][Tests] Change assertions and runtime assertions modes to default, when optimizationMode=OPT

^KT-64844 Fixed
This commit is contained in:
Vladimir Sukharev
2024-01-09 17:22:02 +01:00
committed by Space Team
parent 2a55aa782d
commit 809d652bdf
3 changed files with 13 additions and 10 deletions
@@ -1,9 +1,6 @@
// TARGET_BACKEND: NATIVE
// FILECHECK_STAGE: RemoveRedundantSafepoints
// KT-64844
// IGNORE_NATIVE: target=linux_x64 && optimizationMode=OPT
// This test checks:
// - there is only one safepoint per function
// - safepoint function is inlined in OPT mode, unless SMALLBINARY is needed (for ex, watchos_arm32)