-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
2,256 additions
and
1,690 deletions.
There are no files selected for viewing
24 changes: 1 addition & 23 deletions
24
external-crates/move/crates/move-model/tests/sources/conditions_err.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
231 changes: 0 additions & 231 deletions
231
external-crates/move/crates/move-stackless-bytecode/tests/borrow/basic_test.exp
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.