diff options
| author | herbelin | 2006-05-10 13:36:09 +0000 |
|---|---|---|
| committer | herbelin | 2006-05-10 13:36:09 +0000 |
| commit | 4c0f25f7acb8c6f7b64e8d5b035a7cd680818372 (patch) | |
| tree | df0c612e66f78f7a58020679eda5fdc0f57924a1 /test-suite/output | |
| parent | fb1e00c4581221aff6787debe885b87c386600f3 (diff) | |
Conformité nouveaux principes: Declare Module non utilisable pour définir un module
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8801 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output')
| -rw-r--r-- | test-suite/output/Tactics.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Tactics.out b/test-suite/output/Tactics.out index 8e8b8059f9..cf3a887b9f 100644 --- a/test-suite/output/Tactics.out +++ b/test-suite/output/Tactics.out @@ -1,4 +1,4 @@ -intro H; split; [ a H | e H ]. +intro H; split; [ a H | e H ]. intros; match goal with | |- context [if ?X then _ else _] => case X end; trivial. |
