aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-17 21:15:08 +0000
committerGitHub2020-11-17 21:15:08 +0000
commit396de348a4daa2ae752bed8c75a9ecacb4dcd579 (patch)
tree0edb5ebb6497b541bccc7d00de32e72204347dce /test-suite
parent7c79a0da543536da48cd49cb9b09682fb9a6efe8 (diff)
parent81a3f81c046697ff011c93929c75c29f4cd39f2f (diff)
Merge PR #13390: Intern application arguments in left-to-right order
Reviewed-by: herbelin
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/output/UnboundRef.out3
-rw-r--r--test-suite/output/UnboundRef.v2
2 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/output/UnboundRef.out b/test-suite/output/UnboundRef.out
new file mode 100644
index 0000000000..a574e97e0f
--- /dev/null
+++ b/test-suite/output/UnboundRef.out
@@ -0,0 +1,3 @@
+File "stdin", line 1, characters 11-12:
+Error: The reference a was not found in the current environment.
+
diff --git a/test-suite/output/UnboundRef.v b/test-suite/output/UnboundRef.v
new file mode 100644
index 0000000000..fd08ae0c5c
--- /dev/null
+++ b/test-suite/output/UnboundRef.v
@@ -0,0 +1,2 @@
+Check Prop a b.
+(* Prop is because we need a real head for the application *)