diff options
Diffstat (limited to 'cli/tests/testdata/subdir/single_module.ts')
-rw-r--r-- | cli/tests/testdata/subdir/single_module.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/testdata/subdir/single_module.ts b/cli/tests/testdata/subdir/single_module.ts index f41b0a4b5..940a3ff0e 100644 --- a/cli/tests/testdata/subdir/single_module.ts +++ b/cli/tests/testdata/subdir/single_module.ts @@ -1,2 +1 @@ console.log("Hello world!"); -export {}; // TODO(ry) This shouldn't be necessary. |