summaryrefslogtreecommitdiff
path: root/test-suite/output/PrintInfos.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/PrintInfos.v')
-rw-r--r--test-suite/output/PrintInfos.v4
1 files changed, 1 insertions, 3 deletions
diff --git a/test-suite/output/PrintInfos.v b/test-suite/output/PrintInfos.v
index a498db3e..62aa80f8 100644
--- a/test-suite/output/PrintInfos.v
+++ b/test-suite/output/PrintInfos.v
@@ -26,8 +26,7 @@ About bar.
Print bar.
About Peano. (* Module *)
-Set Warnings "-deprecated".
-About existS2. (* Notation *)
+About sym_eq. (* Notation *)
Arguments eq_refl {A} {x}, {A} x.
Print eq_refl.
@@ -46,4 +45,3 @@ Goal forall n:nat, let g := newdef in n <> newdef n -> newdef n <> n -> False.
About g. (* search hypothesis *)
About h. (* search hypothesis *)
Abort.
-