Skip to content

Commit

Permalink
fixup! motoko-san: add test for arrays + viper lib
Browse files Browse the repository at this point in the history
  • Loading branch information
GoPavel committed Apr 25, 2024
1 parent 1f03d38 commit 5fb4f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/viper/ok/nats.silicon.ok
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Parse warning: In macro $Inv, the following parameters were defined but not used: $Self (nats.vpr@2.1)
Parse warning: In macro $Inv, the following parameters were defined but not used: $Self (array.vpr@3.1)
1 change: 1 addition & 0 deletions test/viper/ok/nats.vpr.ok
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "lib/array.vpr"
define $Perm($Self) ((true && acc(($Self).x,write)))
define $Inv($Self) (true)
method __init__($Self: Ref)
Expand Down

0 comments on commit 5fb4f45

Please sign in to comment.