diff --git a/packages/core/test/linker/source_map_integration_node_only_spec.ts b/packages/core/test/linker/source_map_integration_node_only_spec.ts index 1ea8e36f624..09ea288acee 100644 --- a/packages/core/test/linker/source_map_integration_node_only_spec.ts +++ b/packages/core/test/linker/source_map_integration_node_only_spec.ts @@ -261,7 +261,7 @@ describe('jit source mapping', () => { })); - fixmeIvy('FW-511: Report template typing errors') + modifiedInIvy('Unknown binding errors have been moved to runtime in Ivy') .it('should use the right source url in template parse errors', fakeAsync(() => { const template = '
\n
'; @Component({...templateDecorator(template)})