aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-08 17:33:49 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-08 17:33:49 -0700
commit229cb256da5547127f7512bd01a6e2bc180e71f1 (patch)
treecca3a32743e827f36e780aad3c868ed44f69a378 /tests/runner.py
parentd79758ed52a33ee21a19a80936ad85274b6f1b76 (diff)
fix test_799
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
''')