Skip to content

Commit

Permalink
Bless some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 20, 2024
1 parent 41a0bd5 commit 0aacde2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/cli/bad-component-new.wat.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ error: failed to encode a component from module
Caused by:
0: failed to decode world from module
1: module was not valid
2: module has duplicate import for `a::a`
2: failed to resolve import `a::a`
3: module requires an import interface named `a`
2 changes: 1 addition & 1 deletion tests/cli/semver-check-add-export.wit.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ error: new world is not semver-compatible with the previous world

Caused by:
0: type mismatch for import `new`
missing export named `a` (at offset 0x101)
missing export named `a` (at offset 0xf0)
2 changes: 1 addition & 1 deletion tests/cli/semver-check-remove-import.wit.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ error: new world is not semver-compatible with the previous world

Caused by:
0: type mismatch for import `new`
missing import named `a` (at offset 0x12a)
missing import named `a` (at offset 0x119)

0 comments on commit 0aacde2

Please sign in to comment.