Skip to content

Commit

Permalink
Update expectations for 0108 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
scheglov authored May 19, 2023
1 parent df499a0 commit a36eb20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/regression/0100/0108.unit
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ async.Future<List<dom.StyleElement>> call(String tag, List<String> cssUrls, {Typ
async.Future.wait((DDC$RT.cast(
cssUrls.map((url) => _styleElement(
tag,
(DDC$RT.cast(url, String, key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17:65")),
(DDC$RT.cast(url, String,
key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17:65")),
type)),
DDC$RT.type((Iterable<Future<dynamic>> _) {}),
key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17:25"))),
Expand Down

0 comments on commit a36eb20

Please sign in to comment.