aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/bugs/closed/4363.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4363.v b/test-suite/bugs/closed/4363.v
index 75a9c9a041..9895548c1d 100644
--- a/test-suite/bugs/closed/4363.v
+++ b/test-suite/bugs/closed/4363.v
@@ -4,4 +4,6 @@ Proof.
assert (H : Set) by abstract (assert Type by abstract exact Type using bar; exact nat).
exact bar.
Defined. (* Toplevel input, characters 0-8:
-Error: \ No newline at end of file
+Error:
+The term "(fun _ : Set => bar) foo_subproof" has type
+"Type@{Top.2}" while it is expected to have type "Type@{Top.1}". *)