diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 619e67c5427..937155a6455 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -47,7 +47,7 @@ tests = [ ("Ice/inheritance", ["core", "bt"]), ("Ice/facets", ["core", "bt"]), ("Ice/objects", ["core", "bt"]), - ("Ice/optional", ["core", "bt", "noc++11"]), + ("Ice/optional", ["core", "bt"]), ("Ice/binding", ["core", "nosocks", "bt"]), ("Ice/faultTolerance", ["core", "novalgrind"]), # valgrind reports leak with aborted servers ("Ice/location", ["core"]), |