summaryrefslogtreecommitdiff
path: root/test-suite/success/unfold.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/unfold.v')
-rw-r--r--test-suite/success/unfold.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/unfold.v b/test-suite/success/unfold.v
index 35910011..0a1d4657 100644
--- a/test-suite/success/unfold.v
+++ b/test-suite/success/unfold.v
@@ -8,7 +8,7 @@
(* Test le Hint Unfold sur des var locales *)
Section toto.
-Let EQ := eq.
+Let EQ := @eq.
Goal EQ nat 0 0.
Hint Unfold EQ.
auto.