summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-06-09 10:31:55 -0400
committerBernard Normier <bernard@zeroc.com>2016-06-09 10:31:55 -0400
commit6c03cdd4239012b9d534997048c773e0328240cb (patch)
treee4a74b77abeb78822aea6e3f6298fe685adee657 /cpp/allTests.py
parentFix typo (diff)
downloadice-6c03cdd4239012b9d534997048c773e0328240cb.tar.bz2
ice-6c03cdd4239012b9d534997048c773e0328240cb.tar.xz
ice-6c03cdd4239012b9d534997048c773e0328240cb.zip
partial support for custom mapping with cpp11
slice2cpp now recognizes cpp98, cpp11 and cpp metadata
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 023e8ab6c6d..933d634552c 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -59,7 +59,7 @@ tests = [
("Ice/checksum", ["core"]),
("Ice/stream", ["core"]),
("Ice/hold", ["core", "bt"]),
- ("Ice/custom", ["core", "nossl", "nows", "noc++11"]),
+ ("Ice/custom", ["core", "nossl", "nows"]),
("Ice/retry", ["core"]),
("Ice/timeout", ["core", "nocompress", "nosocks"]),
("Ice/acm", ["core", "bt"]),