summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/7631.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/7631.v')
-rw-r--r--test-suite/bugs/closed/7631.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/7631.v b/test-suite/bugs/closed/7631.v
index 34eb8b86..93aeb83e 100644
--- a/test-suite/bugs/closed/7631.v
+++ b/test-suite/bugs/closed/7631.v
@@ -7,6 +7,7 @@ Section Foo.
Let bar := foo.
Eval native_compute in bar.
+Eval vm_compute in bar.
End Foo.
@@ -17,5 +18,6 @@ Module RelContext.
Definition foo := true.
Definition bar (x := foo) := Eval native_compute in x.
+Definition barvm (x := foo) := Eval vm_compute in x.
End RelContext.