diff options
Diffstat (limited to 'flags/test.ts')
-rw-r--r-- | flags/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/test.ts b/flags/test.ts index fe4ec2c9f..66aa8d2cd 100644 --- a/flags/test.ts +++ b/flags/test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import "./tests/all_bool.ts"; import "./tests/bool.ts"; import "./tests/dash.ts"; |