summaryrefslogtreecommitdiff
path: root/Test/triggers
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2016-02-08 18:58:34 -0800
committerGravatar Rustan Leino <unknown>2016-02-08 18:58:34 -0800
commit6398bd0f46ed66790d193a4dbcde3e2c0314b833 (patch)
tree60d67e94a2d37b5fde79822a752cee36f89fc9bc /Test/triggers
parent0d08ec191bf3f15ae89dc243877d9295b3004bc6 (diff)
Renamed identifiers for increased geopolitical appeal
Diffstat (limited to 'Test/triggers')
-rw-r--r--Test/triggers/some-proofs-only-work-without-autoTriggers.dfy2
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,