diff options
Diffstat (limited to 'tools/wpt')
-rw-r--r-- | tools/wpt/runner.ts | 2 | ||||
-rw-r--r-- | tools/wpt/testharnessreport.js | 2 | ||||
-rw-r--r-- | tools/wpt/utils.ts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index 472449712..47e6bb2f5 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import { delay, join, ROOT_PATH, TextLineStream, toFileUrl } from "../util.js"; import { assert, denoBinary, ManifestTestOptions, runPy } from "./utils.ts"; import { DOMParser } from "https://deno.land/x/deno_dom@v0.1.3-alpha2/deno-dom-wasm.ts"; diff --git a/tools/wpt/testharnessreport.js b/tools/wpt/testharnessreport.js index 0da8d97dc..7cc6a9e2d 100644 --- a/tools/wpt/testharnessreport.js +++ b/tools/wpt/testharnessreport.js @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. window.add_result_callback(({ message, name, stack, status }) => { const data = new TextEncoder().encode( diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 33cb9782a..48a50a0e2 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. /// FLAGS import { parse } from "../../test_util/std/flags/mod.ts"; |