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