| Index: runtime/vm/dart_api_impl_test.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl_test.cc (revision 32925)
|
| +++ runtime/vm/dart_api_impl_test.cc (working copy)
|
| @@ -1,5 +1,4 @@
|
| // 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.
|
|
|
| @@ -6104,7 +6103,8 @@
|
| 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");
|
| }
|
|
|
|
|
|
|