From 5324cbe729e784f725941a9afc0a1e7b76f8bd4f Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Wed, 21 Apr 2021 15:32:08 +0300 Subject: [PATCH] Minor: update tests --- .../codegen/box/constants/foldingBinaryOpsUnsignedConst.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsignedConst.kt b/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsignedConst.kt index c0bcdaf295f..8d44e0b64af 100644 --- a/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsignedConst.kt +++ b/compiler/testData/codegen/box/constants/foldingBinaryOpsUnsignedConst.kt @@ -1,6 +1,5 @@ // WITH_RUNTIME // IGNORE_BACKEND_FIR: JVM_IR -// IGNORE_BACKEND: WASM const val a = "INT " + 0x8fffffffU const val b = "BYTE " + 0x8ffU