summaryrefslogtreecommitdiff
path: root/php/test
diff options
context:
space:
mode:
Diffstat (limited to 'php/test')
-rw-r--r--php/test/Slice/keyword/Key.ice1
-rwxr-xr-xphp/test/Slice/keyword/run.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/php/test/Slice/keyword/Key.ice b/php/test/Slice/keyword/Key.ice
index ea28c9397d5..c7f06f2deae 100644
--- a/php/test/Slice/keyword/Key.ice
+++ b/php/test/Slice/keyword/Key.ice
@@ -39,6 +39,7 @@ module and
};
class echo
{
+ int if;
void else(die* elseif, out int empty);
};
class enddeclare extends echo implements die, function
diff --git a/php/test/Slice/keyword/run.py b/php/test/Slice/keyword/run.py
index 6312457ceef..12d908afc77 100755
--- a/php/test/Slice/keyword/run.py
+++ b/php/test/Slice/keyword/run.py
@@ -25,6 +25,7 @@ testdir = os.getcwd()
client = os.path.join(testdir, "Client.php")
print "starting client...",
-clientProc = TestUtil.startClient(client)
+clientProc = TestUtil.startClient(client, startReader = False)
print "ok"
+clientProc.startReader()
clientProc.waitTestSuccess()