From 7ec5d801f0b58060d649f98fa99a51ab0b66061a Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Mon, 8 Oct 2018 11:40:41 -0400 Subject: [PATCH] Remove naming conflict with template --- src/dynamic-import/script-code-valid.case | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dynamic-import/script-code-valid.case b/src/dynamic-import/script-code-valid.case index a0e8b1d0ca..1c4f813a06 100644 --- a/src/dynamic-import/script-code-valid.case +++ b/src/dynamic-import/script-code-valid.case @@ -8,7 +8,7 @@ template: syntax/valid //- setup // This is still valid in script code, and should not be valid for module code // https://tc39.github.io/ecma262/#sec-scripts-static-semantics-lexicallydeclarednames -var x; function x() {} +var smoosh; function smoosh() {} //- import import('./script-code-valid.js')