aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/UnclosedBlocks.v
diff options
context:
space:
mode:
authorGravatar Tej Chajed <tchajed@mit.edu>2017-08-05 18:21:10 +0100
committerGravatar Tej Chajed <tchajed@mit.edu>2017-08-06 08:02:25 +0100
commit622806fb27fb0752cdbd2b252da1caa0513b585b (patch)
tree872218b68128018b0e69f072a0dbad84a103be83 /test-suite/output/UnclosedBlocks.v
parent1f46ff6db53c2ca471d9ea067d0824755b2f34da (diff)
Print names of all open blocks
Fixes bug 5597.
Diffstat (limited to 'test-suite/output/UnclosedBlocks.v')
-rw-r--r--test-suite/output/UnclosedBlocks.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/output/UnclosedBlocks.v b/test-suite/output/UnclosedBlocks.v
new file mode 100644
index 000000000..854bd6a6d
--- /dev/null
+++ b/test-suite/output/UnclosedBlocks.v
@@ -0,0 +1,8 @@
+(* -*- mode: coq; coq-prog-args: ("-compile" "UnclosedBlocks.v") *)
+Module Foo.
+ Module Closed.
+ End Closed.
+ Module Type Bar.
+ Section Baz.
+ (* end-of-compilation error message reports unclosed sections, blocks, and
+ module types *)