diff --git a/ets2panda/test/ast/compiler/ets/parser_import.ets b/ets2panda/test/ast/compiler/ets/parser_import.ets index 1bfb0b2f608f4bf929da0a9d407b86e92c698ad1..c9cb280863b98bdd87bd9187559ac7d58200fed0 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