diff options
| author | Amin Timany | 2017-06-01 16:18:19 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-06-16 04:51:19 +0200 |
| commit | ff918e4bb0ae23566e038f4b55d84dd2c343f95e (patch) | |
| tree | ebab76cc4dedaf307f96088a3756d8292a341433 /test-suite | |
| parent | 3380f47d2bb38d549fcdac8fb073f9aa1f259a23 (diff) | |
Clean up universes of constants and inductives
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/coqchk/cumulativity.v | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test-suite/coqchk/cumulativity.v b/test-suite/coqchk/cumulativity.v index 84121ea925..a978f6b901 100644 --- a/test-suite/coqchk/cumulativity.v +++ b/test-suite/coqchk/cumulativity.v @@ -27,14 +27,13 @@ End ListLower. Lemma LowerL_Lem@{i j} (A : Type@{j}) (l : List@{i} A) : l = LowerL l. Proof. reflexivity. Qed. - -(* I disable these tests because cqochk can't process them when compiled with +(* +I disable these tests because cqochk can't process them when compiled with ocaml-4.02.3+32bit and camlp5-4.16 which is the case for Travis! I have added this file (including the commented parts below) in test-suite/success/cumulativity.v which doesn't run coqchk on them. *) - (* Inductive Tp := tp : Type -> Tp. *) (* Section TpLift. *) |
