diff options
author | 迷渡 <justjavac@gmail.com> | 2018-12-14 13:46:33 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-14 00:46:33 -0500 |
commit | a60da6462621b2f1ddf12dda4cd205c06179c6b1 (patch) | |
tree | 8880e9713e267dc9df445975e6ed24460290fe05 | |
parent | eff66a3c831bae9bdcec3f0e341cf61e35ed6233 (diff) |
Fix typo in tests (#1342)
-rw-r--r-- | tests/001_hello.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/001_hello.test b/tests/001_hello.test index 9db00485d..1e37d024d 100644 --- a/tests/001_hello.test +++ b/tests/001_hello.test @@ -1,2 +1,2 @@ args: tests/001_hello.js --reload -output: tests/002_hello.ts.out +output: tests/001_hello.js.out |