Skip to content

Commit

Permalink
Merge pull request #103 from Y-Nak/fix-tests
Browse files Browse the repository at this point in the history
Fix snap files
  • Loading branch information
Y-Nak authored Dec 14, 2024
2 parents c9dee84 + 3c7dd6a commit c2755c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/parser/test_files/errors/bad_target.snap
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
source: crates/parser/tests/errors.rs
input_file: test_files/errors/bad_target.sntn
snapshot_kind: text
---
error: parse error
--> bad_target.sntn:0:11
|
0 | target = "ewasm-ethereum-foo"
0 |target = "ewasm-ethereum-foo"
| ^^^^^^^^^^^^^^^^^^ given architecture is not supported
|

0 comments on commit c2755c4

Please sign in to comment.