diff options
Diffstat (limited to 'test-suite/complexity')
-rw-r--r-- | test-suite/complexity/lettuple.v | 2 |
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. |