summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/houd12.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/AbsHoudini/houd12.bpl')
-rw-r--r--Test/AbsHoudini/houd12.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/AbsHoudini/houd12.bpl b/Test/AbsHoudini/houd12.bpl
index ac46ef62..12727d65 100644
--- a/Test/AbsHoudini/houd12.bpl
+++ b/Test/AbsHoudini/houd12.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -noinfer -contractInfer -printAssignment -abstractHoudini:IA[ConstantProp] %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -noinfer -contractInfer -printAssignment -abstractHoudini:IA[ConstantProp] "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Example to test candidate annotations on loops
function {:existential true} Assert(): bool;