summaryrefslogtreecommitdiff
path: root/test-suite/complexity/autodecomp.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/complexity/autodecomp.v')
-rw-r--r--test-suite/complexity/autodecomp.v11
1 files changed, 0 insertions, 11 deletions
diff --git a/test-suite/complexity/autodecomp.v b/test-suite/complexity/autodecomp.v
deleted file mode 100644
index 85589ff7..00000000
--- a/test-suite/complexity/autodecomp.v
+++ /dev/null
@@ -1,11 +0,0 @@
-(* This example used to be in (at least) exponential time in the number of
- conjunctive types in the hypotheses before revision 11713 *)
-(* Expected time < 1.50s *)
-
-Goal
-True/\True->
-True/\True->
-True/\True->
-False/\False.
-
-Timeout 5 Time auto decomp.