From 028090bc28660e7cf8bd6beb000edbbc9bd3cc2f Mon Sep 17 00:00:00 2001 From: oh-rgx Date: Fri, 11 Jul 2025 10:40:41 +0800 Subject: [PATCH] Fix fail test Issue: #ICLLIW Signed-off-by: oh-rgx --- ets2panda/test/ast/compiler/ets/parser_import.ets | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ets2panda/test/ast/compiler/ets/parser_import.ets b/ets2panda/test/ast/compiler/ets/parser_import.ets index 1bfb0b2f60..c9cb280863 100644 --- a/ets2panda/test/ast/compiler/ets/parser_import.ets +++ b/ets2panda/test/ast/compiler/ets/parser_import.ets @@ -18,6 +18,5 @@ let callbackc = (arrElem: JSValue) => { } /* @@? 17:5 Error SyntaxError: Import declarations can only be used on the top level and before any other declaration, top level statement or directive. */ -/* @@? 18:1 Error SyntaxError: Unexpected token, expected 'from' */ -/* @@? 19:1 Error SyntaxError: Unexpected token, expected string literal */ -/* @@? 19:1 Error SyntaxError: Expected '}', got 'end of stream' */ \ No newline at end of file +/* @@? 18:1 Error SyntaxError: Unexpected token, expected string literal. */ +/* @@? 22:60 Error SyntaxError: Expected '}', got 'eos'. */ \ No newline at end of file -- Gitee