diff options
| author | herbelin | 2002-06-07 08:52:32 +0000 |
|---|---|---|
| committer | herbelin | 2002-06-07 08:52:32 +0000 |
| commit | 5f9493f3c09f87d7d0dee7fc31d780f5d2fd4f8e (patch) | |
| tree | 73663fb3cc78b415b2f29034fa5b2e9fa8c254b4 /test-suite/output | |
| parent | 1198561c5038b7f8609c84eb676b396483ce15e4 (diff) | |
Locate n'échoue plus: déplacement de Remark1 et Remark2 dans output
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2768 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output')
| -rw-r--r-- | test-suite/output/Remark1.out | 1 | ||||
| -rw-r--r-- | test-suite/output/Remark1.v | 6 | ||||
| -rw-r--r-- | test-suite/output/Remark2.out | 1 | ||||
| -rw-r--r-- | test-suite/output/Remark2.v | 8 |
4 files changed, 16 insertions, 0 deletions
diff --git a/test-suite/output/Remark1.out b/test-suite/output/Remark1.out new file mode 100644 index 0000000000..95dd797696 --- /dev/null +++ b/test-suite/output/Remark1.out @@ -0,0 +1 @@ +t is not a defined object diff --git a/test-suite/output/Remark1.v b/test-suite/output/Remark1.v new file mode 100644 index 0000000000..d05cb3d0b9 --- /dev/null +++ b/test-suite/output/Remark1.v @@ -0,0 +1,6 @@ +Section A. +Section B. +Section C. +Remark t : True. Proof I. +End C. +Locate t. diff --git a/test-suite/output/Remark2.out b/test-suite/output/Remark2.out new file mode 100644 index 0000000000..adabc2fe6c --- /dev/null +++ b/test-suite/output/Remark2.out @@ -0,0 +1 @@ +B.C.t is not a defined object diff --git a/test-suite/output/Remark2.v b/test-suite/output/Remark2.v new file mode 100644 index 0000000000..e1ef57a0ae --- /dev/null +++ b/test-suite/output/Remark2.v @@ -0,0 +1,8 @@ +Section A. +Section B. +Section C. +Remark t : True. Proof I. +End C. +End B. +End A. +Locate B.C.t. |
