diff options
Diffstat (limited to 'test-suite/bugs/opened/HoTT_coq_115.v')
| -rw-r--r-- | test-suite/bugs/opened/HoTT_coq_115.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_115.v b/test-suite/bugs/opened/HoTT_coq_115.v index c1e133eeb2..0a7cca31a4 100644 --- a/test-suite/bugs/opened/HoTT_coq_115.v +++ b/test-suite/bugs/opened/HoTT_coq_115.v @@ -1 +1 @@ -Inductive T : let U := Type in U := t. (* Anomaly: not an arity. Please report. *) +Fail Inductive T : let U := Type in U := t. (* Anomaly: not an arity. Please report. *) |
