From 22426fee1ee37149175a564c6102a6a3ca99fb42 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Wed, 19 May 2021 00:24:01 +0900 Subject: chore: update deno_lint binary used in CI to v0.5.0 (#10652) --- cli/tests/no_validate_asm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/no_validate_asm.js') diff --git a/cli/tests/no_validate_asm.js b/cli/tests/no_validate_asm.js index 38ea0a446..ef999e080 100644 --- a/cli/tests/no_validate_asm.js +++ b/cli/tests/no_validate_asm.js @@ -1,7 +1,7 @@ // V8 logs any asmjs validation errors to stdout, but it shows line numbers that // are non-existent in the source. -const asmJsModule = function () { +const _asmJsModule = function () { "use asm"; function func( -- cgit v1.2.3