summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorGravatar Valentin Wüstholz <wuestholz@gmail.com>2015-11-19 11:09:58 -0600
committerGravatar Valentin Wüstholz <wuestholz@gmail.com>2015-11-19 11:09:58 -0600
commit51d0b71fa4fd0795c56f1cddbd85b49625c6c91e (patch)
tree497eb200aee071451ce6f5025cd0addcc0471f6d /Test
parentc8d15354d033713295a6c55802c6dfe55a95f2b5 (diff)
Minor changes
Diffstat (limited to 'Test')
-rw-r--r--Test/optimization/Optimization0.bpl2
-rw-r--r--Test/optimization/lit.local.cfg2
2 files changed, 1 insertions, 3 deletions
diff --git a/Test/optimization/Optimization0.bpl b/Test/optimization/Optimization0.bpl
index d000fd79..24424e53 100644
--- a/Test/optimization/Optimization0.bpl
+++ b/Test/optimization/Optimization0.bpl
@@ -82,5 +82,3 @@ procedure test6()
assume {:maximize x} true;
assert may_fail(x);
}
-
-// TODO(wuestholz): Make this work without the /doNotUseLabels flag.
diff --git a/Test/optimization/lit.local.cfg b/Test/optimization/lit.local.cfg
index 158a1e4d..35c7e558 100644
--- a/Test/optimization/lit.local.cfg
+++ b/Test/optimization/lit.local.cfg
@@ -1,3 +1,3 @@
# Do not run tests in this directory and below
config.unsupported = True
-# TODO(wuestholz): Enable these tests once we can rely on Z3 4.4.2 or higher.
+# TODO(wuestholz): Enable these tests once we can rely on a version of Z3 that includes changeset 5948013b1b04d8529bce366c0c7b87e1d88a1827.