diff options
Diffstat (limited to 'Test/dafny0/snapshots/runtest.snapshot')
-rw-r--r-- | Test/dafny0/snapshots/runtest.snapshot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/dafny0/snapshots/runtest.snapshot b/Test/dafny0/snapshots/runtest.snapshot new file mode 100644 index 00000000..c3cf6b00 --- /dev/null +++ b/Test/dafny0/snapshots/runtest.snapshot @@ -0,0 +1,2 @@ +// RUN: %dafny /compile:0 /verifySnapshots:2 /verifySeparately Snapshots0.dfy Snapshots1.dfy Snapshots2.dfy > "%t" +// RUN: %diff "%s.expect" "%t" |