| Index: runtime/vm/dart_api_impl_test.cc
|
| diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc
|
| index 4a7642ee64dabcdffd2b15ed7592c1747034047e..6dfb61e0005822f9025d5a610982f10e824e865f 100644
|
| --- a/runtime/vm/dart_api_impl_test.cc
|
| +++ b/runtime/vm/dart_api_impl_test.cc
|
| @@ -6022,7 +6022,8 @@ TEST_CASE(SetNativeResolver) {
|
| EXPECT_VALID(result);
|
|
|
| EXPECT_ERROR(Dart_Invoke(type, NewString("baz"), 0, NULL),
|
| - "native function 'SomeNativeFunction3' cannot be found");
|
| + "native function 'SomeNativeFunction3' (0 arguments) "
|
| + "cannot be found");
|
| }
|
|
|
|
|
|
|