aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/HoTT_coq_115.v1
-rw-r--r--test-suite/bugs/opened/HoTT_coq_115.v1
2 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/HoTT_coq_115.v b/test-suite/bugs/closed/HoTT_coq_115.v
new file mode 100644
index 0000000000..c1e133eeb2
--- /dev/null
+++ b/test-suite/bugs/closed/HoTT_coq_115.v
@@ -0,0 +1 @@
+Inductive T : let U := Type in U := t. (* Anomaly: not an arity. Please report. *)
diff --git a/test-suite/bugs/opened/HoTT_coq_115.v b/test-suite/bugs/opened/HoTT_coq_115.v
deleted file mode 100644
index 0a7cca31a4..0000000000
--- a/test-suite/bugs/opened/HoTT_coq_115.v
+++ /dev/null
@@ -1 +0,0 @@
-Fail Inductive T : let U := Type in U := t. (* Anomaly: not an arity. Please report. *)