diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-23 11:44:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 11:44:08 -0500 |
commit | 6cc998f28bb1cf119ca96bac385c7361bc1f7021 (patch) | |
tree | d5fb8f0da5c79fa14afc814ea85cf1c9134eb714 /tests/015_import_no_ext.test | |
parent | bee55fcd20b4919f2d6b4817ce33d1a09e6bcadc (diff) |
Remove support for extensionless import (#1396)
Diffstat (limited to 'tests/015_import_no_ext.test')
-rw-r--r-- | tests/015_import_no_ext.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/015_import_no_ext.test b/tests/015_import_no_ext.test deleted file mode 100644 index 1d084704c..000000000 --- a/tests/015_import_no_ext.test +++ /dev/null @@ -1,2 +0,0 @@ -args: tests/015_import_no_ext.ts --reload -output: tests/015_import_no_ext.ts.out |