aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_snekbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_snekbox.py')
-rw-r--r--tests/test_snekbox.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_snekbox.py b/tests/test_snekbox.py
index 5f065aa..1f48ee8 100644
--- a/tests/test_snekbox.py
+++ b/tests/test_snekbox.py
@@ -50,7 +50,6 @@ class SnekTests(unittest.TestCase):
'while 1:\n'
' os.fork()')
result = snek.python3(code)
-
self.assertIn('(PIDs left: 0)', result.strip())