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 1d4342e141f..f4a5ca28c16 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -25,7 +25,7 @@ import TestUtil # List of all basic tests. # tests = [ \ -# "IceUtil/thread", \ + "IceUtil/thread", \ "IceUtil/unicode", \ "IceUtil/inputUtil", \ "Slice/errorDetection", \ |