| 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 6dfb61e0005822f9025d5a610982f10e824e865f..2534395abf2f2802dfec3c53d93dd08f78920d68 100644
|
| --- a/runtime/vm/dart_api_impl_test.cc
|
| +++ b/runtime/vm/dart_api_impl_test.cc
|
| @@ -1,4 +1,5 @@
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| @@ -6022,8 +6023,7 @@ TEST_CASE(SetNativeResolver) {
|
| EXPECT_VALID(result);
|
|
|
| EXPECT_ERROR(Dart_Invoke(type, NewString("baz"), 0, NULL),
|
| - "native function 'SomeNativeFunction3' (0 arguments) "
|
| - "cannot be found");
|
| + "native function 'SomeNativeFunction3' cannot be found");
|
| }
|
|
|
|
|
|
|