[tests] Fix bad merge

Two changes landed that touched this test and they didn't merge cleanly.

Change-Id: Ie199dcb30b63627164ce2213fe4d61e65d664371
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/426285
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
diff --git a/tests/dartdevc/no_such_method_errors_test.dart b/tests/dartdevc/no_such_method_errors_test.dart
index 1dc87b6..1afd2e1 100644
--- a/tests/dartdevc/no_such_method_errors_test.dart
+++ b/tests/dartdevc/no_such_method_errors_test.dart
@@ -94,8 +94,8 @@
         () => d(),
         (error) => error.toString().contains(
           "NoSuchMethodError: 'call'\n"
-          "Dynamic call with missing positional arguments. "
-          "Expected: 1 Actual: 0\n"
+          "Dynamic call failed.\n"
+          "Missing positional arguments. Expected: 1 Actual: 0\n"
           "Receiver: Instance of 'B'\n"
           "Arguments: []",
         ),