summaryrefslogtreecommitdiff
path: root/tools/repl_test.py
diff options
context:
space:
mode:
authorLuka Hartwig <mail@lukahartwig.de>2020-02-02 22:55:22 +0100
committerGitHub <noreply@github.com>2020-02-02 16:55:22 -0500
commitf168597b7ab81afda3bf4749a81c360d364e7cf1 (patch)
tree4082e9eebf03cc7b3b653822c52a54a62e308d15 /tools/repl_test.py
parente8df66c12cbb3e51f8776aa91e6db41bbfdcae5e (diff)
Remove //tests symlink (#3849)
Diffstat (limited to 'tools/repl_test.py')
-rw-r--r--tools/repl_test.py2
1 files changed, 1 insertions, 1 deletions
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')