diff options
Diffstat (limited to 'Test/triggers')
-rw-r--r-- | Test/triggers/some-proofs-only-work-without-autoTriggers.dfy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/triggers/some-proofs-only-work-without-autoTriggers.dfy b/Test/triggers/some-proofs-only-work-without-autoTriggers.dfy index 98cea392..bc2e0934 100644 --- a/Test/triggers/some-proofs-only-work-without-autoTriggers.dfy +++ b/Test/triggers/some-proofs-only-work-without-autoTriggers.dfy @@ -1,7 +1,7 @@ // RUN: %dafny /compile:0 /print:"%t.print" /dprint:"%t.dprint" /autoTriggers:1 /printTooltips "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
-// The examples below work nicely with /autoTriggers:0, but break when we ass
+// The examples below work nicely with /autoTriggers:0, but break when we use
// /autoTriggers.
// The issue is that the axioms for sequences are missing a number of facts,
|