aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/complexity
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-03-30 21:26:06 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-03-30 21:26:06 +0000
commit7e52301b501f7a574fca19776fb7fcbfe873d533 (patch)
tree8a47ba7faf0f39f5f0a77afb977f1108e04fba80 /test-suite/complexity
parent358e5b1daef7ec1681092f8b1888b57da078a8b6 (diff)
Small things about coqdoc + fixing lettuple.v test (part of bug #2289)
In coqdoc, made links to utf8 notations working and made representation of locations for notations more compact git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12896 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/complexity')
-rw-r--r--test-suite/complexity/lettuple.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/lettuple.v b/test-suite/complexity/lettuple.v
index f97decf0a..0690459fc 100644
--- a/test-suite/complexity/lettuple.v
+++ b/test-suite/complexity/lettuple.v
@@ -26,4 +26,4 @@ Definition f (x : nat * nat) :=
let (a,b) := x in
0.
-Timeout 5 Print f.
+Timeout 5 Time Print f.