From dc1a605a165f85244f80ef6af17c59cba66587a5 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 20 Apr 2010 08:10:14 +0000 Subject: Propagated fix to bug 2127 (Hint Rewrite badly globalized in modules) to 8.2 (the bug was fixed for trunk/8.3 in revision 12354). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12955 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/bugs/closed/shouldsucceed/2127.v | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test-suite/bugs/closed/shouldsucceed/2127.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/shouldsucceed/2127.v b/test-suite/bugs/closed/shouldsucceed/2127.v new file mode 100644 index 000000000..0fc854b6f --- /dev/null +++ b/test-suite/bugs/closed/shouldsucceed/2127.v @@ -0,0 +1,8 @@ +(* Check that "apply refl_equal" is not exported as an interactive + tactic but as a statically globalized one *) + +(* (this is a simplification of the original bug report) *) + +Module A. +Hint Rewrite sym_equal using apply refl_equal : foo. +End A. -- cgit v1.2.3