aboutsummaryrefslogtreecommitdiff
path: root/test-suite/complexity/ring.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/complexity/ring.v')
-rw-r--r--test-suite/complexity/ring.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/complexity/ring.v b/test-suite/complexity/ring.v
index 51f7c4dabc..2d585ce5c5 100644
--- a/test-suite/complexity/ring.v
+++ b/test-suite/complexity/ring.v
@@ -5,3 +5,4 @@ Require Import ZArith.
Open Scope Z_scope.
Goal forall a, a+a+a+a+a+a+a+a+a+a+a+a+a = a*13.
Timeout 5 Time intro; ring.
+Abort.