aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-05-13 13:02:51 +0200
committerGaëtan Gilbert2020-05-13 13:02:51 +0200
commit23be910b49eac7a69a30b1e737a4738e24edcaa0 (patch)
tree8bceafd4270a4943a48f7d6ebd26e0fa27a7e656 /test-suite
parent67f0e9fd40dc2f7b30a8aec4c7efb032e61a001e (diff)
parent2b3bd349914a759b270cea48a7ec32c9320f1792 (diff)
Merge PR #11828: [obligations] Deprecated flag cleanup
Reviewed-by: SkySkimmer Ack-by: Zimmi48
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/shrink_obligations.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-suite/success/shrink_obligations.v b/test-suite/success/shrink_obligations.v
index 676b97878f..032fcaac6d 100644
--- a/test-suite/success/shrink_obligations.v
+++ b/test-suite/success/shrink_obligations.v
@@ -2,8 +2,6 @@ Require Program.
Obligation Tactic := idtac.
-Set Shrink Obligations.
-
Program Definition foo (m : nat) (p := S m) (n : nat) (q := S n) : unit :=
let bar : {r | n < r} := _ in
let qux : {r | p < r} := _ in