fix broken test

This commit is contained in:
Young-Flash 2024-01-11 19:51:45 +08:00
parent e6dd522761
commit afe05fe1d8

View file

@ -23,7 +23,7 @@ SOURCE_FILE
ERROR
SEMICOLON ";"
WHITESPACE "\n"
ERROR
USE
USE_KW "use"
WHITESPACE " "
USE_TREE
@ -36,16 +36,9 @@ SOURCE_FILE
PATH_SEGMENT
NAME_REF
IDENT "io"
ERROR
SEMICOLON ";"
WHITESPACE "\n"
error 22: expected COMMA
error 22: expected one of `*`, `::`, `{`, `self`, `super` or an identifier
error 23: expected COMMA
error 24: expected one of `*`, `::`, `{`, `self`, `super` or an identifier
error 27: expected COMMA
error 35: expected COMMA
error 35: expected one of `*`, `::`, `{`, `self`, `super` or an identifier
error 36: expected COMMA
error 36: expected R_CURLY
error 36: expected SEMICOLON
error 23: expected R_CURLY
error 23: expected SEMICOLON