diff options
Diffstat (limited to 'cli/tests/testdata/future_check1.out')
-rw-r--r-- | cli/tests/testdata/future_check1.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/future_check1.out b/cli/tests/testdata/future_check1.out new file mode 100644 index 000000000..9c7592fc5 --- /dev/null +++ b/cli/tests/testdata/future_check1.out @@ -0,0 +1,3 @@ +Warning In future releases `deno run` will not automatically type check without the --check flag. +To opt into this new behavior now, specify DENO_FUTURE_CHECK=1. +Check [WILDCARD]/future_check.ts |