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 531666a541f37f6d3db0d4f0a43b5fb5eb6d53b9..2bd01b2a9a27e1ca6f2a50db91b56bb5f228e9ac 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); |