summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/Snapshots1.run.dfy
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-07-30 14:56:08 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-07-30 14:56:08 -0700
commit8c1a52e085aed20f62a5d24fb2af9bbd5cb3e469 (patch)
treea8153175a17cf7023ddc17baa0cc8b5fe02b2631 /Test/dafny0/snapshots/Snapshots1.run.dfy
parente93d4804f9d99150079728572c00a518af20a7c5 (diff)
Add quotes in snapshot tests.
Thanks Valentin for elucidating this issue!
Diffstat (limited to 'Test/dafny0/snapshots/Snapshots1.run.dfy')
-rw-r--r--Test/dafny0/snapshots/Snapshots1.run.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/snapshots/Snapshots1.run.dfy b/Test/dafny0/snapshots/Snapshots1.run.dfy
index 7c277b3e..1907f4a0 100644
--- a/Test/dafny0/snapshots/Snapshots1.run.dfy
+++ b/Test/dafny0/snapshots/Snapshots1.run.dfy
@@ -1,2 +1,2 @@
-// RUN: %dafny /compile:0 /verifySnapshots:2 /traceCaching:1 %S/Inputs/Snapshots1.dfy > "%t"
+// RUN: %dafny /compile:0 /verifySnapshots:2 /traceCaching:1 "%S/Inputs/Snapshots1.dfy" > "%t"
// RUN: %diff "%s.expect" "%t"