summaryrefslogtreecommitdiff
path: root/core/error_builder_test.js
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-07-26 20:52:59 +0900
committerGitHub <noreply@github.com>2021-07-26 13:52:59 +0200
commit865d9ddd51dcc8776bf8c3976057e2f29a1a5af2 (patch)
treeecaf2293a4534726c56722875c628ea14bfad559 /core/error_builder_test.js
parentdf26a3563edd501380d5d5da5138eb67acb06645 (diff)
refactor: use `primordials` in runtime, extensions and core (#11500)
Diffstat (limited to 'core/error_builder_test.js')
-rw-r--r--core/error_builder_test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/error_builder_test.js b/core/error_builder_test.js
index aae47c6cd..1ee092522 100644
--- a/core/error_builder_test.js
+++ b/core/error_builder_test.js
@@ -1,3 +1,4 @@
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
const { core } = Deno;
class DOMException {