diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt index 553773be648..a1040aac132 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt @@ -1,9 +1,9 @@ // IGNORE_BACKEND: JS // reason - multifile tests are not supported in JS tests // IGNORE_BACKEND: NATIVE -// reason - no java interop. Consider testing by another way +// reason - no java interop. -//FILE: Holder.kt +//FILE: Holder.java class Holder { public Double value; diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt index 14a07fe1eb3..68c226c8295 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt @@ -1,5 +1,8 @@ // IGNORE_BACKEND: JS // reason - multifile tests are not supported in JS tests +// IGNORE_BACKEND: NATIVE +// reason - no java interop. + //FILE: JavaClass.java class JavaClass {