diff options
Diffstat (limited to 'py/test/Ice/blobject/run.py')
-rwxr-xr-x | py/test/Ice/blobject/run.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/test/Ice/blobject/run.py b/py/test/Ice/blobject/run.py index 0f23ed5db61..aac96096db2 100755 --- a/py/test/Ice/blobject/run.py +++ b/py/test/Ice/blobject/run.py @@ -28,7 +28,5 @@ TestUtil.processCmdLine() name = os.path.join("Ice", "blobject") - -print "tests with regular server." TestUtil.clientServerTest(name) sys.exit(0) |