Skip to content

Commit

Permalink
Merge pull request #89 from UQ-PAC/basic_arrays_write_spec_fix
Browse files Browse the repository at this point in the history
Fix outdated example specs
  • Loading branch information
ailrst authored Sep 29, 2023
2 parents aadf23c + 2ed3d07 commit 87983bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic_arrays_read/basic_arrays_read.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Globals:
arr: int[2]

L: arr[0] -> false, arr[1] -> false
L: arr -> false
Rely: old(arr[0]) == arr[0]
Guarantee: true
2 changes: 1 addition & 1 deletion examples/basic_arrays_write/basic_arrays_write.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Globals:
arr: int[2]

L: arr[0] -> false, arr[1] -> false
L: arr -> false
Rely: true
Guarantee: old(arr[0]) == arr[0]

Expand Down

0 comments on commit 87983bd

Please sign in to comment.