Skip to content

Commit 54f6981

Browse files
committed
Update new test to latest diagnostics.
1 parent 8b93af5 commit 54f6981

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
duplicate import `x`
2-
--> tests/resolution/fail/windows-file.wac:4:8
3-
|
4-
4 | import x: func();
5-
| ^
1+
failed to resolve document
2+
3+
× duplicate import `x`
4+
╭─[tests/resolution/fail/windows-file.wac:4:8]
5+
3 │ import x: func();
6+
4 │ import x: func();
7+
· ┬
8+
· ╰── duplicate name `x`
9+
╰────

0 commit comments

Comments
 (0)