diff options
| author | herbelin | 2009-10-08 10:11:18 +0000 |
|---|---|---|
| committer | herbelin | 2009-10-08 10:11:18 +0000 |
| commit | 55d9e712c68a3b9eb7b83881095c8995542f8904 (patch) | |
| tree | a598a53f73b260ba3c32faf5b0c6db8d41c6a35a /test-suite | |
| parent | d03b0e0740379b72f3e14d397378c1b02867714c (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')
| -rw-r--r-- | test-suite/failure/Sections.v | 4 |
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 0000000000..9b3b35c13b --- /dev/null +++ b/test-suite/failure/Sections.v @@ -0,0 +1,4 @@ +Module A. +Section B. +End A. +End A. |
