瀏覽代碼

Fix Duktape test: rename function in test

bel 9 年之前
父節點
當前提交
4189a556ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/page.ssjs

+ 1 - 1
test/page.ssjs

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