front_end: fix expectations for shared_errors test.

This test is failing on CFE bots, probably due to a conflict between
https://dart-review.googlesource.com/c/sdk/+/280086 and some other CL.
Updating the test expectations to turn the bots green again.

Change-Id: I8f2a38877bc4be3ee931674fd9ffecf3fc5a0e10
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280127
Auto-Submit: Paul Berry <paulberry@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
diff --git a/pkg/front_end/testcases/patterns/shared_errors.dart.strong.expect b/pkg/front_end/testcases/patterns/shared_errors.dart.strong.expect
index abd661d..1821586 100644
--- a/pkg/front_end/testcases/patterns/shared_errors.dart.strong.expect
+++ b/pkg/front_end/testcases/patterns/shared_errors.dart.strong.expect
@@ -212,9 +212,9 @@
     core::int a;
     core::int b;
     final core::List<core::int> #0#0 = list;
-    late final dynamic #0#4 = #0#0.{core::List::[]}(0){(core::int) → dynamic};
-    late final dynamic #0#6 = #0#0.{core::List::[]}(1){(core::int) → dynamic};
-    if(#0#0.{core::List::length}{core::int} =={core::num::==}{(core::Object) → core::bool} #C2 && (let final dynamic #t7 = #0#4! in let final dynamic #t8 = a = #0#4! as{ForNonNullableByDefault} core::int in true) && (!(#0#6 == null) ?{core::bool} let final dynamic #t9 = b = #0#6{core::int} in true : false)) {
+    late final core::int #0#4 = #0#0.{core::List::[]}(0){(core::int) → core::int};
+    late final core::int #0#6 = #0#0.{core::List::[]}(1){(core::int) → core::int};
+    if(#0#0.{core::List::length}{core::int} =={core::num::==}{(core::Object) → core::bool} #C2 && (let final dynamic #t7 = #0#4! in let final dynamic #t8 = a = #0#4! in true) && (!(#0#6 == null) ?{core::bool} let final dynamic #t9 = b = #0#6 in true : false)) {
       core::print(0);
     }
   }
diff --git a/pkg/front_end/testcases/patterns/shared_errors.dart.weak.expect b/pkg/front_end/testcases/patterns/shared_errors.dart.weak.expect
index abd661d..1821586 100644
--- a/pkg/front_end/testcases/patterns/shared_errors.dart.weak.expect
+++ b/pkg/front_end/testcases/patterns/shared_errors.dart.weak.expect
@@ -212,9 +212,9 @@
     core::int a;
     core::int b;
     final core::List<core::int> #0#0 = list;
-    late final dynamic #0#4 = #0#0.{core::List::[]}(0){(core::int) → dynamic};
-    late final dynamic #0#6 = #0#0.{core::List::[]}(1){(core::int) → dynamic};
-    if(#0#0.{core::List::length}{core::int} =={core::num::==}{(core::Object) → core::bool} #C2 && (let final dynamic #t7 = #0#4! in let final dynamic #t8 = a = #0#4! as{ForNonNullableByDefault} core::int in true) && (!(#0#6 == null) ?{core::bool} let final dynamic #t9 = b = #0#6{core::int} in true : false)) {
+    late final core::int #0#4 = #0#0.{core::List::[]}(0){(core::int) → core::int};
+    late final core::int #0#6 = #0#0.{core::List::[]}(1){(core::int) → core::int};
+    if(#0#0.{core::List::length}{core::int} =={core::num::==}{(core::Object) → core::bool} #C2 && (let final dynamic #t7 = #0#4! in let final dynamic #t8 = a = #0#4! in true) && (!(#0#6 == null) ?{core::bool} let final dynamic #t9 = b = #0#6 in true : false)) {
       core::print(0);
     }
   }
diff --git a/pkg/front_end/testcases/patterns/shared_errors.dart.weak.modular.expect b/pkg/front_end/testcases/patterns/shared_errors.dart.weak.modular.expect
index abd661d..1821586 100644
--- a/pkg/front_end/testcases/patterns/shared_errors.dart.weak.modular.expect
+++ b/pkg/front_end/testcases/patterns/shared_errors.dart.weak.modular.expect
@@ -212,9 +212,9 @@
     core::int a;
     core::int b;
     final core::List<core::int> #0#0 = list;
-    late final dynamic #0#4 = #0#0.{core::List::[]}(0){(core::int) → dynamic};
-    late final dynamic #0#6 = #0#0.{core::List::[]}(1){(core::int) → dynamic};
-    if(#0#0.{core::List::length}{core::int} =={core::num::==}{(core::Object) → core::bool} #C2 && (let final dynamic #t7 = #0#4! in let final dynamic #t8 = a = #0#4! as{ForNonNullableByDefault} core::int in true) && (!(#0#6 == null) ?{core::bool} let final dynamic #t9 = b = #0#6{core::int} in true : false)) {
+    late final core::int #0#4 = #0#0.{core::List::[]}(0){(core::int) → core::int};
+    late final core::int #0#6 = #0#0.{core::List::[]}(1){(core::int) → core::int};
+    if(#0#0.{core::List::length}{core::int} =={core::num::==}{(core::Object) → core::bool} #C2 && (let final dynamic #t7 = #0#4! in let final dynamic #t8 = a = #0#4! in true) && (!(#0#6 == null) ?{core::bool} let final dynamic #t9 = b = #0#6 in true : false)) {
       core::print(0);
     }
   }