summaryrefslogtreecommitdiff
path: root/cli/js/tests/headers_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/tests/headers_test.ts')
-rw-r--r--cli/js/tests/headers_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/tests/headers_test.ts b/cli/js/tests/headers_test.ts
index dbc54dc9f..0711a7736 100644
--- a/cli/js/tests/headers_test.ts
+++ b/cli/js/tests/headers_test.ts
@@ -8,7 +8,7 @@ import {
const {
stringifyArgs,
// @ts-ignore TypeScript (as of 3.7) does not support indexing namespaces by symbol
-} = Deno[Deno.symbols.internal];
+} = Deno[Deno.internal];
// Logic heavily copied from web-platform-tests, make
// sure pass mostly header basic test