diff options
| author | herbelin | 2008-05-21 19:30:29 +0000 |
|---|---|---|
| committer | herbelin | 2008-05-21 19:30:29 +0000 |
| commit | ff1f2731ffd94c8117934e9222e502c20cc25ee7 (patch) | |
| tree | 84dcd36871f51d3502e1d691569056b391dadbaa /test-suite | |
| parent | 27d86b4d9e5b1ba33bd754ac7cffcfc39cec7091 (diff) | |
Correction bugs ide undo et highlight (suite à typos)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10957 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/ide/undo.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/ide/undo.v b/test-suite/ide/undo.v index a76817a876..d50f545da1 100644 --- a/test-suite/ide/undo.v +++ b/test-suite/ide/undo.v @@ -72,3 +72,8 @@ Definition p := O. assert True by trivial. trivial. Qed. + +(* Undoing declarations, not in proof *) + +Definition q := O. +Definition r := O. |
