diff options
Diffstat (limited to 'std/wasi/snapshot_preview1_test_runner.ts')
-rw-r--r-- | std/wasi/snapshot_preview1_test_runner.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/wasi/snapshot_preview1_test_runner.ts b/std/wasi/snapshot_preview1_test_runner.ts index 65cb7bd3b..a211fa378 100644 --- a/std/wasi/snapshot_preview1_test_runner.ts +++ b/std/wasi/snapshot_preview1_test_runner.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import Context from "./snapshot_preview1.ts"; const options = JSON.parse(Deno.args[0]); |