summaryrefslogtreecommitdiff
path: root/Test/dafny0/Strings.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny0/Strings.dfy')
-rw-r--r--Test/dafny0/Strings.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/Strings.dfy b/Test/dafny0/Strings.dfy
index f56f36e1..9e5c6a8f 100644
--- a/Test/dafny0/Strings.dfy
+++ b/Test/dafny0/Strings.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:3 /print:"%t.print" /dprint:"%2.dprint" "%s" > "%t"
+// RUN: %dafny /compile:3 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
method Char(a: char, s: string, i: int) returns (b: char)