test(ivy): fix broken tests (#35069)

PR Close #35069
This commit is contained in:
Miško Hevery 2020-01-30 16:00:54 -08:00
parent 7fb66eca25
commit 770980de69
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/** /**
* @license * @license
* Copyright Google Inc. All Rights Reserved. * Copyright Google Inc. All Rights Reserved.
* *
* Use of this source code is governed by an MIT-style license that can be * Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license * found in the LICENSE file at https://angular.io/license
*/ */
import {ɵɵadvance} from '../../../../src/render3/instructions/advance'; import {ɵɵadvance} from '../../../../src/render3/instructions/advance';
import {ɵɵelement, ɵɵelementEnd, ɵɵelementStart} from '../../../../src/render3/instructions/element'; import {ɵɵelement, ɵɵelementEnd, ɵɵelementStart} from '../../../../src/render3/instructions/element';
import {refreshView} from '../../../../src/render3/instructions/shared'; import {refreshView} from '../../../../src/render3/instructions/shared';