summaryrefslogtreecommitdiff
path: root/scripts/tests/Ice/binding.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tests/Ice/binding.py')
-rw-r--r--scripts/tests/Ice/binding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/binding.py b/scripts/tests/Ice/binding.py
index 020742ffa4a..fdb8a09be87 100644
--- a/scripts/tests/Ice/binding.py
+++ b/scripts/tests/Ice/binding.py
@@ -17,4 +17,4 @@ def setlimits():
import resource
resource.setrlimit(resource.RLIMIT_NOFILE, (92, 92))
-TestSuite(__name__, [ClientServerTestCase(server=Server(preexec_fn=setlimits))]) \ No newline at end of file
+TestSuite(__name__, [ClientServerTestCase(server=Server(preexec_fn=setlimits))])