Skip to content

Commit 75abcff

Browse files
committed
Fix failing tests on Windows
1 parent e72b2b8 commit 75abcff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/EdgeCases/asciinema/in.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
$response->writeHead(200, array('Content-Type' => 'text/plain'));
1111
$response->end("Hello World\n");
1212
});
13-
14-
$socket->listen(1337);
15-
$loop->run();
1613
</code></pre>
1714

1815
<script type="text/javascript" src="https://asciinema.org/a/18487.js" id="asciicast-18487" async></script>

0 commit comments

Comments
 (0)