aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 4afdaa99..ba940310 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -6652,8 +6652,8 @@ localhost : 1 : 4
def test_799(self):
src = open(path_from_root('tests', '799.cpp'), 'r').read()
- self.do_run(src, '''Set PORT family: 100, port: 3979
-Get PORT family: 100
+ self.do_run(src, '''Set PORT family: 0, port: 3979
+Get PORT family: 0
PORT: 3979
''')