[Test] Add missing WITH_STDLIB directive to test
This particular test references kotlin.reflect.KProperty1 both in common and platform sourceset. And if there is no stdlib in dependecies it resolves to KProperty1 from builstins, which is expect (see KT-64061), which leads to broken expectations that after IR actualization there are no referenced expect classes
This commit is contained in:
committed by
Space Team
parent
f5028bfc27
commit
56a48b1148
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
// TARGET_BACKEND: NATIVE
|
||||
// TARGET_BACKEND: WASM
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
|
||||
// WITH_STDLIB
|
||||
|
||||
// MODULE: common
|
||||
// FILE: common.kt
|
||||
|
||||
Reference in New Issue
Block a user