Skip to content

Commit

Permalink
Updated error tests to reflect quotes around symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
totalspectrum committed Sep 22, 2023
1 parent da49d6d commit 078ec54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Test/Expect/error01.err
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error01.spin:5: error: Unknown symbol x
error01.spin:5: error: Unknown symbol `x'
2 changes: 1 addition & 1 deletion Test/Expect/error08.err
Original file line number Diff line number Diff line change
@@ -1 +1 @@
error08.spin:3: error: Unknown symbol a
error08.spin:3: error: Unknown symbol `a'

0 comments on commit 078ec54

Please sign in to comment.