diff options
Diffstat (limited to 'cppe')
-rwxr-xr-x | cppe/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/allTests.py b/cppe/allTests.py index 64d4dfcbc8d..d46e8b3ea11 100755 --- a/cppe/allTests.py +++ b/cppe/allTests.py @@ -54,7 +54,7 @@ def runTests(tests, num = 0): tests = [ "IceE/thread", "IceE/uuid", - #"IceE/operations", + "IceE/operations", "IceE/exceptions", "IceE/inheritance", "IceE/facets", |