From 795638e18b8a5fcedfdc71a17654d4b1d7b2c718 Mon Sep 17 00:00:00 2001 From: Chuck Jazdzewski Date: Wed, 15 Mar 2017 13:39:00 -0700 Subject: [PATCH] ci: remove unused import from integration test (#15175) --- packages/compiler-cli/integrationtest/src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-cli/integrationtest/src/module.ts b/packages/compiler-cli/integrationtest/src/module.ts index 363c5d565d..a6bfaa1e4d 100644 --- a/packages/compiler-cli/integrationtest/src/module.ts +++ b/packages/compiler-cli/integrationtest/src/module.ts @@ -20,7 +20,7 @@ import {MultipleComponentsMyComp, NextComp} from './a/multiple_components'; import {AnimateCmp} from './animate'; import {BasicComp} from './basic'; import {ComponentUsingThirdParty} from './comp_using_3rdp'; -import {CUSTOM, Named} from './custom_token'; +import {CUSTOM} from './custom_token'; import {CompWithAnalyzeEntryComponentsProvider, CompWithEntryComponents} from './entry_components'; import {CompConsumingEvents, CompUsingPipes, CompWithProviders, CompWithReferences, DirPublishingEvents, ModuleUsingCustomElements} from './features'; import {CompUsingRootModuleDirectiveAndPipe, SomeDirectiveInRootModule, SomeLibModule, SomePipeInRootModule, SomeService} from './module_fixtures';