| Index: mojo/dart/embedder/test/dart_to_cpp_tests.dart
|
| diff --git a/mojo/dart/embedder/test/dart_to_cpp_tests.dart b/mojo/dart/embedder/test/dart_to_cpp_tests.dart
|
| index 8a5e1026b582c9f5085c28bb6f5e93a2440bf1e9..a65fed2a74812489f2dd7cdbdb6098320fa4fc49 100644
|
| --- a/mojo/dart/embedder/test/dart_to_cpp_tests.dart
|
| +++ b/mojo/dart/embedder/test/dart_to_cpp_tests.dart
|
| @@ -97,7 +97,7 @@ class DartSide extends DartSideInterface {
|
|
|
|
|
| main(List args) {
|
| - assert(args.length == 1);
|
| + assert(args.length == 2);
|
| int mojoHandle = args[0];
|
| var rawHandle = new core.MojoHandle(mojoHandle);
|
| var endpoint = new core.MojoMessagePipeEndpoint(rawHandle);
|
|
|