diff options
Diffstat (limited to 'tools/wpt.ts')
-rwxr-xr-x | tools/wpt.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wpt.ts b/tools/wpt.ts index 1867c1ed5..62fc7b539 100755 --- a/tools/wpt.ts +++ b/tools/wpt.ts @@ -1,5 +1,5 @@ #!/usr/bin/env -S deno run --unstable --allow-write --allow-read --allow-net --allow-env --allow-run -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // This script is used to run WPT tests for Deno. |