aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/Inductive.out
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-04-29 20:10:54 +0200
committerEmilio Jesus Gallego Arias2019-04-29 20:10:54 +0200
commit75dc5da6ceefb30bd741971f303c95d3af1622de (patch)
treec2e08253cd65f59e81fd0bdb9ee8693f7cf063ff /test-suite/output/Inductive.out
parent61a1b4c46e4584e9337f9298b5f0053858a03c93 (diff)
parenta3c03857991f3f0d84edb109aaa68a03753699a6 (diff)
Merge PR #9987: Fix #9180 by reverting #9249 and #8187
Reviewed-by: maximedenes
Diffstat (limited to 'test-suite/output/Inductive.out')
-rw-r--r--test-suite/output/Inductive.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Inductive.out b/test-suite/output/Inductive.out
index 2ba02924c9..af202ea01c 100644
--- a/test-suite/output/Inductive.out
+++ b/test-suite/output/Inductive.out
@@ -1,6 +1,6 @@
The command has indeed failed with message:
Last occurrence of "list'" must have "A" as 1st argument in
- "A -> list' A -> list' (A * A)".
+ "A -> list' A -> list' (A * A)%type".
Inductive foo (A : Type) (x : A) (y : A := x) : Prop := Foo : foo A x
For foo: Argument scopes are [type_scope _]