diff options
author | Son Ho | 2024-06-05 15:03:01 +0200 |
---|---|---|
committer | Son Ho | 2024-06-05 15:03:01 +0200 |
commit | bb1caf9a8efdadd599560b3ff7a12d275a12f696 (patch) | |
tree | e13444dcd87192e62ca3e17362b37a2e92d2825a /tests/src/betree/aeneas-test-options | |
parent | 49c8e42ec3bcfc323e61c5ba0345abeb41372ac4 (diff) |
Update the test runner to allow the syntax [!lean] and [borrow-check]
Diffstat (limited to 'tests/src/betree/aeneas-test-options')
-rw-r--r-- | tests/src/betree/aeneas-test-options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/betree/aeneas-test-options b/tests/src/betree/aeneas-test-options index c71e01df..5a1e4180 100644 --- a/tests/src/betree/aeneas-test-options +++ b/tests/src/betree/aeneas-test-options @@ -1,4 +1,4 @@ charon-args=--polonius --opaque=betree_utils -aeneas-args=-backward-no-state-update -test-trans-units -state -split-files +[!borrow-check] aeneas-args=-backward-no-state-update -test-trans-units -state -split-files [coq] aeneas-args=-use-fuel [fstar] aeneas-args=-decreases-clauses -template-clauses |