commit | d791aa29fb45297a44a04f74aac791ea361f9fa8 | [log] [tgz] |
---|---|---|
author | Nicholas Shahan <nshahan@google.com> | Fri May 02 16:04:50 2025 -0700 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 02 16:04:50 2025 -0700 |
tree | 15b098c019717c985e11b61c0f99b80cb31c377b | |
parent | 6b474e07beac382869b5084f9d8f77347278c748 [diff] |
[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: []", ),