Fix Duktape test: rename function in test

This commit is contained in:
bel 2015-10-09 20:33:14 +02:00
parent 204ffed2d7
commit 4189a556ab

View File

@ -1,4 +1,4 @@
print = this.send || print
print = conn.write || print
// send a header
print('HTTP/1.0 200 OK\r\n');