aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/complexity/guard.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/complexity/guard.v')
-rw-r--r--test-suite/complexity/guard.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/guard.v b/test-suite/complexity/guard.v
index f64ffc259..387263e2f 100644
--- a/test-suite/complexity/guard.v
+++ b/test-suite/complexity/guard.v
@@ -1,6 +1,6 @@
(* Examples to check that the guard condition does not unfold
irrelevant subterms *)
-(* Expected time < 1s *)
+(* Expected time < 1.00s *)
Require Import Bool.
Fixpoint slow n :=