From 9b3b386f0ae0c11d3949845275df486747e12ee5 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 19 Jul 2021 14:08:36 +0300 Subject: [PATCH] [FIR IDE] Ignore HMMP compiler test --- compiler/testData/diagnostics/tests/multiplatform/hmpp/simple.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/diagnostics/tests/multiplatform/hmpp/simple.kt b/compiler/testData/diagnostics/tests/multiplatform/hmpp/simple.kt index 22288a8cc54..71e7525da83 100644 --- a/compiler/testData/diagnostics/tests/multiplatform/hmpp/simple.kt +++ b/compiler/testData/diagnostics/tests/multiplatform/hmpp/simple.kt @@ -1,4 +1,5 @@ // FIR_IDENTICAL +// FIR_IDE_IGNORE /* * This test is used for general testing of how compiler diagnostics tests for HMPP projects works * Js backend is ignored because they use old test infrastructure which doesn't support HMPP