Skip to content

Commit d791aa2

Browse files
nshahanCommit Queue
authored andcommitted
[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 <[email protected]> Commit-Queue: Nicholas Shahan <[email protected]>
1 parent 6b474e0 commit d791aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/dartdevc/no_such_method_errors_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ void main() {
9494
() => d(),
9595
(error) => error.toString().contains(
9696
"NoSuchMethodError: 'call'\n"
97-
"Dynamic call with missing positional arguments. "
98-
"Expected: 1 Actual: 0\n"
97+
"Dynamic call failed.\n"
98+
"Missing positional arguments. Expected: 1 Actual: 0\n"
9999
"Receiver: Instance of 'B'\n"
100100
"Arguments: []",
101101
),

0 commit comments

Comments
 (0)