aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/complexity/unification.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/unification.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/unification.v')
-rw-r--r--test-suite/complexity/unification.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/unification.v b/test-suite/complexity/unification.v
index 0e1ec00d6..d2ea52751 100644
--- a/test-suite/complexity/unification.v
+++ b/test-suite/complexity/unification.v
@@ -48,4 +48,4 @@ Goal
))))
))))
.
-Time try refine (refl_equal _).
+Timeout 2 Time try refine (refl_equal _).