From a60da6462621b2f1ddf12dda4cd205c06179c6b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Fri, 14 Dec 2018 13:46:33 +0800 Subject: [PATCH] Fix typo in tests (#1342) --- tests/001_hello.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/001_hello.test b/tests/001_hello.test index 9db00485d6..1e37d024de 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