diff --git a/modules/angular2/test.ts b/modules/angular2/test.ts deleted file mode 100644 index 3350e7b369..0000000000 --- a/modules/angular2/test.ts +++ /dev/null @@ -1,5 +0,0 @@ -/** - * @deprecated Please use testing instead - */ - -export * from './testing'; diff --git a/modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts b/modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts index f88cd447b4..5d3d6e8685 100644 --- a/modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts +++ b/modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts @@ -14,7 +14,7 @@ import { Log, isInInnerZone, browserDetection -} from 'angular2/test_lib'; +} from 'angular2/testing_internal'; import {PromiseCompleter, PromiseWrapper, TimerWrapper} from 'angular2/src/facade/async'; import {BaseException} from 'angular2/src/facade/exceptions'; diff --git a/modules/angular2/test_lib.ts b/modules/angular2/test_lib.ts deleted file mode 100644 index 8ffcf44217..0000000000 --- a/modules/angular2/test_lib.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* - * @deprecated Please use testing_internal instead - */ - -export * from './testing_internal';