summaryrefslogtreecommitdiff
path: root/Test/wishlist/we-should-always-print-tooltips.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/wishlist/we-should-always-print-tooltips.dfy')
-rw-r--r--Test/wishlist/we-should-always-print-tooltips.dfy4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/wishlist/we-should-always-print-tooltips.dfy b/Test/wishlist/we-should-always-print-tooltips.dfy
new file mode 100644
index 00000000..d7a55845
--- /dev/null
+++ b/Test/wishlist/we-should-always-print-tooltips.dfy
@@ -0,0 +1,4 @@
+// RUN: %dafny /compile:0 /print:"%t.print" /dprint:"%t.dprint" /autoTriggers:1 /printTooltips "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+
+// WISH it would be great to add /printTooltips to all tests