aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/failure
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-08 10:11:18 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-08 10:11:18 +0000
commit55d9e712c68a3b9eb7b83881095c8995542f8904 (patch)
treea598a53f73b260ba3c32faf5b0c6db8d41c6a35a /test-suite/failure
parentd03b0e0740379b72f3e14d397378c1b02867714c (diff)
Fixed a bug introduced in revision 12265.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12378 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/failure')
-rw-r--r--test-suite/failure/Sections.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/failure/Sections.v b/test-suite/failure/Sections.v
new file mode 100644
index 000000000..9b3b35c13
--- /dev/null
+++ b/test-suite/failure/Sections.v
@@ -0,0 +1,4 @@
+Module A.
+Section B.
+End A.
+End A.