diff options
author | shuvendu <unknown> | 2014-11-07 17:04:54 -0800 |
---|---|---|
committer | shuvendu <unknown> | 2014-11-07 17:04:54 -0800 |
commit | ac4ff5f8a15b13ac89c700ec24181e1b2d64c91d (patch) | |
tree | bd0825fef5d1dd00d021330ed4cfba7c12ff6f82 /Test/houdini | |
parent | 8bd30420a8c0ee31137b37e288b7ef69e181f3ab (diff) |
minor fix to test case houdini\testUnsatCore.bpl
Diffstat (limited to 'Test/houdini')
-rw-r--r-- | Test/houdini/testUnsatCore.bpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/houdini/testUnsatCore.bpl b/Test/houdini/testUnsatCore.bpl index 4b9fb33b..9c7ef8ad 100644 --- a/Test/houdini/testUnsatCore.bpl +++ b/Test/houdini/testUnsatCore.bpl @@ -1,4 +1,4 @@ -// RUN: %boogie -noinfer -contractInfer -printAssignment -useUnsatCoreForContractInfer -Trace "%s" > "%t"
+// RUN: %boogie -noinfer -contractInfer -printAssignment -useUnsatCoreForContractInfer "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
var g: bool;
|