test(ivy): replace resolved issue in compiler-cli test with new root cause (#27709)

PR Close #27709
This commit is contained in:
Kara Erickson
2018-12-17 08:21:59 -08:00
committed by Miško Hevery
parent 8042140742
commit 062c7af4f3
5 changed files with 1 additions and 5 deletions

View File

@ -168,7 +168,7 @@ describe('ngInjectableDef Bazel Integration', () => {
expect(TestBed.get(INJECTOR).get('foo')).toEqual('bar');
});
fixmeIvy('FW-646: Directive providers don\'t support primitive types')
fixmeIvy('FW-854: NodeInjector does not know how to get itself (INJECTOR)')
.it('Component injector understands requests for INJECTABLE', () => {
@Component({
selector: 'test-cmp',