Skip to content

Commit 7555773

Browse files
committed
fix err_parse test output
1 parent 4202ab0 commit 7555773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
error: no definition in scope for identifier: 'zdd'
1+
error: no definition in scope for identifier: `zdd`
22
┌─ tests/error_test/wgsl_parse_err.wgsl:16:12
33
44
16 │ return zdd;
55
│ ^^^ unknown identifier
66
7-
= no definition in scope for identifier: 'zdd'
7+
= no definition in scope for identifier: `zdd`
88

0 commit comments

Comments
 (0)