aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-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 359100110..0a1d46573 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.