diff options
Diffstat (limited to 'cli/tests/testdata/bench/no_run.ts')
-rw-r--r-- | cli/tests/testdata/bench/no_run.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/bench/no_run.ts b/cli/tests/testdata/bench/no_run.ts new file mode 100644 index 000000000..c7a5dc1e8 --- /dev/null +++ b/cli/tests/testdata/bench/no_run.ts @@ -0,0 +1,2 @@ +const _value: string = 1; +console.log("this should not be run"); |