Skip to content
Snippets Groups Projects
Commit 74d678e2 authored by Ralf Jung's avatar Ralf Jung
Browse files

also test TWP

parent 0e228686
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,9 @@ Section tests.
Lemma wp_pures_val (b : bool) :
WP #b {{ _, True }}.
Proof. wp_pures. done. Qed.
Lemma twp_pures_val (b : bool) :
WP #b [{ _, True }].
Proof. wp_pures. done. Qed.
Lemma wp_cmpxchg l v :
val_is_unboxed v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment