diff options
| author | Gaëtan Gilbert | 2020-05-13 13:02:51 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-05-13 13:02:51 +0200 |
| commit | 23be910b49eac7a69a30b1e737a4738e24edcaa0 (patch) | |
| tree | 8bceafd4270a4943a48f7d6ebd26e0fa27a7e656 /test-suite | |
| parent | 67f0e9fd40dc2f7b30a8aec4c7efb032e61a001e (diff) | |
| parent | 2b3bd349914a759b270cea48a7ec32c9320f1792 (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.v | 2 |
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 |
