diff --git a/compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt b/compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt index bbd064cfcb5..09df90f7c4e 100644 --- a/compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt +++ b/compiler/testData/codegen/box/unsignedTypes/signedToUnsignedLiteralConversion.kt @@ -1,6 +1,7 @@ // WITH_RUNTIME -// KJS_WITH_FULL_RUNTIME -// IGNORE_BACKEND: JS_IR, JVM_IR +// TARGET_BACKEND: NATIVE +// IGNORE_BACKEND: JVM_IR +// IGNORE_BACKEND: JS_IR @file:Suppress("SIGNED_CONSTANT_CONVERTED_TO_UNSIGNED")