From f168597b7ab81afda3bf4749a81c360d364e7cf1 Mon Sep 17 00:00:00 2001 From: Luka Hartwig Date: Sun, 2 Feb 2020 22:55:22 +0100 Subject: Remove //tests symlink (#3849) --- tools/repl_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/repl_test.py') diff --git a/tools/repl_test.py b/tools/repl_test.py index 1c4441ebc..aae8a558f 100644 --- a/tools/repl_test.py +++ b/tools/repl_test.py @@ -114,7 +114,7 @@ class TestRepl(DenoTestCase): # def test_async_op(self): # out, err, code = self.input( - # "fetch('http://localhost:4545/tests/001_hello.js')" + + # "fetch('http://localhost:4545/cli/tests/001_hello.js')" + # ".then(res => res.text()).then(console.log)", # sleep=1) # self.assertEqual(out, 'Promise {}\nconsole.log("Hello World");\n\n') -- cgit v1.2.3