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 d597116f7b6..ff6a3587015 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -32,7 +32,7 @@ tests = [ ("IceUtil/uuid", ["once", "noappverifier"]), # This test is very slow with appverifier. ("IceUtil/timer", ["once"]), ("IceUtil/sha1", ["once"]), - ("IceUtil/stacktrace", ["once"]), + ("IceUtil/stacktrace", ["once", "noc++11"]), ("Slice/errorDetection", ["once"]), ("Slice/keyword", ["once"]), ("Slice/structure", ["once"]), |