summaryrefslogtreecommitdiff
path: root/Test/commandline/multiple_procs_verify_one.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2015-06-28 00:53:54 -0700
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2015-06-28 00:53:54 -0700
commit97628c5279f6b82173833573f0906ee5d2ece99f (patch)
tree6113e51fabd766b7805a8fd3e51bd6c9999de2b7 /Test/commandline/multiple_procs_verify_one.bpl
parentfe530cab7e1b8e6a935b92fff44229641623dbfa (diff)
Try to unbreak the tests added in
7f4e6b0fab58bb3028cd0f1734fc97b3feafefdf under Windows.
Diffstat (limited to 'Test/commandline/multiple_procs_verify_one.bpl')
-rw-r--r--Test/commandline/multiple_procs_verify_one.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/commandline/multiple_procs_verify_one.bpl b/Test/commandline/multiple_procs_verify_one.bpl
index eaaa9af4..5eaef4b1 100644
--- a/Test/commandline/multiple_procs_verify_one.bpl
+++ b/Test/commandline/multiple_procs_verify_one.bpl
@@ -1,5 +1,5 @@
// RUN: %boogie -proc:foo "%s" > "%t"
-// RUN: %OutputCheck --file-to-check %t %s
+// RUN: %OutputCheck --file-to-check "%t" "%s"
// CHECK-L: Boogie program verifier finished with 1 verified, 0 errors
// Only this procedure should be verified, the others should be ignored