From dfb12693947513e39461c46a67608ca8850798ec Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 23 Sep 2006 10:03:42 +0000 Subject: 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 --- test-suite/interactive/Evar.v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/interactive/Evar.v (limited to 'test-suite/interactive') 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 := _). -- cgit v1.2.3