summaryrefslogtreecommitdiff
path: root/test-suite/output/auto.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/auto.v')
-rw-r--r--test-suite/output/auto.v15
1 files changed, 15 insertions, 0 deletions
diff --git a/test-suite/output/auto.v b/test-suite/output/auto.v
new file mode 100644
index 00000000..92917cdf
--- /dev/null
+++ b/test-suite/output/auto.v
@@ -0,0 +1,15 @@
+(* testing info/debug auto/eauto *)
+
+Goal False \/ (True -> True).
+info_auto.
+Undo.
+debug auto.
+Undo.
+info_eauto.
+Undo.
+debug eauto.
+Qed.
+
+Goal True.
+info_trivial.
+Qed.