diff options
| author | herbelin | 2006-09-23 10:03:42 +0000 |
|---|---|---|
| committer | herbelin | 2006-09-23 10:03:42 +0000 |
| commit | dfb12693947513e39461c46a67608ca8850798ec (patch) | |
| tree | f0da5056c0d8fa890e9d324915cd9ea792f3882b /test-suite/interactive | |
| parent | 3a4e701b78c0422b019bbac3ea39198126de0677 (diff) | |
Correction bug #1229 (toplevel "unresolved evar" fled through
Declare Implicit Tactic support)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9165 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/interactive')
| -rw-r--r-- | test-suite/interactive/Evar.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/interactive/Evar.v b/test-suite/interactive/Evar.v new file mode 100644 index 0000000000..1bc1f71d5d --- /dev/null +++ b/test-suite/interactive/Evar.v @@ -0,0 +1,6 @@ +(* Check that no toplevel "unresolved evar" flees through Declare + Implicit Tactic support (bug #1229) *) + +Goal True. +(* should raise an error, not an anomaly *) +set (x := _). |
