aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/Hints.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-suite/success/Hints.v b/test-suite/success/Hints.v
index 6bbb0ff171..a93f890006 100644
--- a/test-suite/success/Hints.v
+++ b/test-suite/success/Hints.v
@@ -51,8 +51,6 @@ Axiom a : forall n, n=0 <-> n<=0.
Hint Resolve -> a.
Goal forall n, n=0 -> n<=0.
auto.
-
-Print Hints
Qed.