Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnowacki committed Dec 23, 2023
1 parent ac114b9 commit 7cae856
Show file tree
Hide file tree
Showing 21 changed files with 2,256 additions and 1,690 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
error: expected `bool` but found `u64` in name expression
┌─ tests/sources/conditions_err.move:7:15
7 │ aborts_if x;
│ ^

error: expected `bool` but found `num` in expression
┌─ tests/sources/conditions_err.move:8:13
8 │ ensures old(x) + x;
│ ^^^^^^^^^^

error: undeclared `M::result_1`
┌─ tests/sources/conditions_err.move:10:13
10 │ ensures result_1 == 0;
│ ^^^^^^^^

error: expected `bool` but found `u64` in name expression
┌─ tests/sources/conditions_err.move:17:28
17 │ emits _msg to _guid if x;
│ ^
All good, no errors!

Large diffs are not rendered by default.

Loading

0 comments on commit 7cae856

Please sign in to comment.