Skip to content
Snippets Groups Projects
Commit cdaf74c3 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Use `Implicit Types` in HeapLang tests; this fixes compilation with Coq 8.11.

parent f643fbe4
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ Tactic failure: wp_pure: cannot find ?y in (Var "x") or
Σ : gFunctors
heapG0 : heapG Σ
E1, E2 : coPset
P : iPropI Σ
P : iProp Σ
============================
Atomic (stuckness_to_atomicity NotStuck) (#() #())
......
......@@ -325,6 +325,7 @@ End inv_mapsto_tests.
Section atomic.
Context `{!heapG Σ}.
Implicit Types P Q : iProp Σ.
(* These tests check if a side-condition for [Atomic] is generated *)
Check "wp_iMod_fupd_atomic".
......
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