diff options
| -rw-r--r-- | test-suite/bugs/closed/3417.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3417.v b/test-suite/bugs/closed/3417.v index 2931fbda52..9d7c6f013d 100644 --- a/test-suite/bugs/closed/3417.v +++ b/test-suite/bugs/closed/3417.v @@ -3,5 +3,5 @@ Require Setoid. Goal forall {T}(a b : T), b=a -> {c | c=b}. Proof. intros T a b H. -setoid_rewrite H. +try setoid_rewrite H. Abort. |
