diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-07-18 20:55:31 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-07-18 20:56:23 +0000 |
commit | a05470bdfc2c43e49eae41bbf045cd8856d9433d (patch) | |
tree | 4dc1d42cd865dfa3663a7083d08e1ad5df9b5e60 /cpp/allTests.py | |
parent | Customizable PHP config (diff) | |
download | ice-a05470bdfc2c43e49eae41bbf045cd8856d9433d.tar.bz2 ice-a05470bdfc2c43e49eae41bbf045cd8856d9433d.tar.xz ice-a05470bdfc2c43e49eae41bbf045cd8856d9433d.zip |
New C++11 optional mapping
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"]), |