aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/complexity/setoid_rewrite.v
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-03-04 19:47:42 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-03-04 19:47:42 +0000
commitf8ae76ca7965e176094496bf17dd77bff1acae10 (patch)
treef5f61a9fc0a54a4ac2b53178599542ec760334ce /test-suite/complexity/setoid_rewrite.v
parent93b16c35bb0177847d91f26d2d8ad45f20fe4b5c (diff)
illegal tactic application was having Ltac interpreter loop
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11963 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/complexity/setoid_rewrite.v')
-rw-r--r--test-suite/complexity/setoid_rewrite.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/setoid_rewrite.v b/test-suite/complexity/setoid_rewrite.v
index 3b5a0de79..2e3b006ef 100644
--- a/test-suite/complexity/setoid_rewrite.v
+++ b/test-suite/complexity/setoid_rewrite.v
@@ -7,4 +7,4 @@ Variable f : nat -> Prop.
Goal forall U:Prop, f 100 <-> U.
intros U.
-Time setoid_replace U with False.
+Timeout 5 Time setoid_replace U with False.