aboutsummaryrefslogtreecommitdiff
path: root/tests/example2.v
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-25 15:01:02 +0200
committerPierre-Marie Pédrot2017-08-25 15:01:29 +0200
commitc41f5d406f627e94363b4549ef268ffa33e7b681 (patch)
tree17891b560a2c03dc8cd4ff1bc3599559fa338648 /tests/example2.v
parent3ef5f35b0d7ec6f56f68e4319d6ec85bebaa19b8 (diff)
Respect the default goal selector in toplevel invocations.
Diffstat (limited to 'tests/example2.v')
-rw-r--r--tests/example2.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/example2.v b/tests/example2.v
index 6b26b78022..95485305dc 100644
--- a/tests/example2.v
+++ b/tests/example2.v
@@ -2,6 +2,8 @@ Require Import Ltac2.Ltac2.
Import Ltac2.Notations.
+Set Default Goal Selector "all".
+
Goal exists n, n = 0.
Proof.
split with (x := 0).