diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-12-09 13:21:12 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-12-09 13:21:12 +0000 |
commit | a883ee41b89a8a1190ca52bcfd856516afa77b4d (patch) | |
tree | e800532f5c02ae9cc4c1ecbcb870d6902a6ea672 /test-suite | |
parent | 5c981bb9812f3f249e7fe9f43346fc68b9b56dbb (diff) |
Plus de statut spécial pour Remark
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6445 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-rw-r--r-- | test-suite/output/Remark2.out | 1 | ||||
-rw-r--r-- | test-suite/output/Remark2.v | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/test-suite/output/Remark2.out b/test-suite/output/Remark2.out deleted file mode 100644 index adabc2fe6..000000000 --- a/test-suite/output/Remark2.out +++ /dev/null @@ -1 +0,0 @@ -B.C.t is not a defined object diff --git a/test-suite/output/Remark2.v b/test-suite/output/Remark2.v deleted file mode 100644 index e1ef57a0a..000000000 --- a/test-suite/output/Remark2.v +++ /dev/null @@ -1,8 +0,0 @@ -Section A. -Section B. -Section C. -Remark t : True. Proof I. -End C. -End B. -End A. -Locate B.C.t. |