summaryrefslogtreecommitdiff
path: root/tools/ts_library_builder/testdata/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ts_library_builder/testdata/globals.ts')
-rw-r--r--tools/ts_library_builder/testdata/globals.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ts_library_builder/testdata/globals.ts b/tools/ts_library_builder/testdata/globals.ts
index 9d117c794..c6c6f9476 100644
--- a/tools/ts_library_builder/testdata/globals.ts
+++ b/tools/ts_library_builder/testdata/globals.ts
@@ -2,7 +2,6 @@ import * as moduleC from "./moduleC";
import * as moduleD from "./moduleD";
import * as moduleE from "./moduleE";
-// tslint:disable-next-line:no-any
const foobarbaz: any = {};
foobarbaz.bar = new moduleC.Bar();
foobarbaz.qat = moduleC.qat;