Skip to content

Commit a36eb20

Browse files
authored
Update expectations for 0108 (#1223)
1 parent df499a0 commit a36eb20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/regression/0100/0108.unit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ async.Future<List<dom.StyleElement>> call(String tag, List<String> cssUrls, {Typ
217217
async.Future.wait((DDC$RT.cast(
218218
cssUrls.map((url) => _styleElement(
219219
tag,
220-
(DDC$RT.cast(url, String, key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17:65")),
220+
(DDC$RT.cast(url, String,
221+
key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17:65")),
221222
type)),
222223
DDC$RT.type((Iterable<Future<dynamic>> _) {}),
223224
key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17:25"))),

0 commit comments

Comments
 (0)