summaryrefslogtreecommitdiff
path: root/Test/wishlist/we-should-always-print-tooltips.dfy
blob: d7a55845f934ab866202837d22c4da49bf3d4de6 (plain)
1
2
3
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