From afdd845f06e7181fef21bedaab24baad275aca58 Mon Sep 17 00:00:00 2001 From: tsatsulya Date: Fri, 4 Jul 2025 14:06:08 +0300 Subject: [PATCH] remove test from ignore list Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICR1XC Signed-off-by: tsatsulya --- .../plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored.txt b/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored.txt index e0478320c8..9a927f45c0 100644 --- a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored.txt +++ b/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored.txt @@ -1979,9 +1979,6 @@ # end of 41 -# 56 ES2PANDA_NEG_FAIL A value of type Function can not be called directly. A developer must use the unsafeCall method instead. -03.types/19.function_types/01.type_function/negative_1.ets - # 57 ES2PANDA_NEG_FAIL Literal type does not match, have to be CTE 03.types/20.union_types/union_type_narrowing_attribute_n.ets -- Gitee