diff options
author | wuestholz <unknown> | 2014-06-20 17:58:41 +0200 |
---|---|---|
committer | wuestholz <unknown> | 2014-06-20 17:58:41 +0200 |
commit | 81e96e8c695b582402a17c8957616ee72d6ebb29 (patch) | |
tree | 9a2c552671806035ece54fa7560b45d6a655e394 /Test/snapshots | |
parent | 4cf8c3c2a02dd29f98ec0e7a2fb31ed71a1a2939 (diff) |
Changed the 'verifySnapshots' command-line option to accept a numeric argument instead of a boolean one.
Diffstat (limited to 'Test/snapshots')
-rw-r--r-- | Test/snapshots/runtest.snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/snapshots/runtest.snapshot b/Test/snapshots/runtest.snapshot index f67e6be7..6646d9ea 100644 --- a/Test/snapshots/runtest.snapshot +++ b/Test/snapshots/runtest.snapshot @@ -1,2 +1,2 @@ -// RUN: %boogie -verifySnapshots -verifySeparately Snapshots0.bpl Snapshots1.bpl Snapshots2.bpl Snapshots3.bpl Snapshots4.bpl Snapshots5.bpl Snapshots6.bpl Snapshots7.bpl Snapshots8.bpl Snapshots9.bpl > "%t" +// RUN: %boogie -verifySnapshots:1 -verifySeparately Snapshots0.bpl Snapshots1.bpl Snapshots2.bpl Snapshots3.bpl Snapshots4.bpl Snapshots5.bpl Snapshots6.bpl Snapshots7.bpl Snapshots8.bpl Snapshots9.bpl > "%t" // RUN: %diff "%s.expect" "%t" |