Index: runtime/observatory/tests/service/get_stack_rpc_test.dart |
diff --git a/runtime/observatory/tests/service/get_stack_rpc_test.dart b/runtime/observatory/tests/service/get_stack_rpc_test.dart |
index f3736e6115fea714fe533348ce8421cf52265438..7210794382b7d61e61a7ce435f50859562369945 100644 |
--- a/runtime/observatory/tests/service/get_stack_rpc_test.dart |
+++ b/runtime/observatory/tests/service/get_stack_rpc_test.dart |
@@ -19,7 +19,7 @@ void msgHandler(_) { } |
void periodicTask(_) { |
port.sendPort.send(34); |
- developer.debugger(msg: "foo", when: true); // We will be at the next line. |
+ developer.debugger(message: "fo", when: true); // We will be at the next line. |
counter++; |
if (counter % 300 == 0) { |
print('counter = $counter'); |