summaryrefslogtreecommitdiff
path: root/tests/testdata/check/export_equals_declaration_file/other.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/check/export_equals_declaration_file/other.d.ts')
-rw-r--r--tests/testdata/check/export_equals_declaration_file/other.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testdata/check/export_equals_declaration_file/other.d.ts b/tests/testdata/check/export_equals_declaration_file/other.d.ts
deleted file mode 100644
index 5e1274fa5..000000000
--- a/tests/testdata/check/export_equals_declaration_file/other.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-export = other;
-
-declare function other(): string;
-
-declare namespace other {
- interface Attributes {
- [attr: string]: string;
- }
-}