diff options
Diffstat (limited to 'flags/tests/all_bool.ts')
-rwxr-xr-x | flags/tests/all_bool.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/tests/all_bool.ts b/flags/tests/all_bool.ts index 07b12c292..80e469f18 100755 --- a/flags/tests/all_bool.ts +++ b/flags/tests/all_bool.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, assertEqual } from "../../testing/mod.ts"; import { parse } from "../mod.ts"; |