Skip to content

Commit 0deb025

Browse files
committed
snap upd
1 parent d4626fb commit 0deb025

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

crates/sui-prover/tests/snapshots/spec_paths/wrong_module.move.snap

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,5 @@ exiting with model building errors
66
error: unexpected name in this position
77
┌─ tests/inputs/spec_paths/wrong_module.move:12:28
88
9-
10use 0x42::foo;
10-
--- Similarly named defintion found here
11-
11
129
12 │ #[spec(prove, target = bar::inc)]
13-
^^^
14-
│ │
15-
Could not resolve the name 'bar'
16-
Did you mean: 'foo'
10+
^^^^^^^^ Unexpected module identifier. A module identifier is not a valid expression

0 commit comments

Comments
 (0)