| Index: dart/tools/testing/dart/browser_controller.dart
|
| diff --git a/dart/tools/testing/dart/browser_controller.dart b/dart/tools/testing/dart/browser_controller.dart
|
| index 15634b1215223f2957acfa2ecb3e8bcffdfb04c0..501f76520912b55896e623efdd84aeca6f49cb7e 100644
|
| --- a/dart/tools/testing/dart/browser_controller.dart
|
| +++ b/dart/tools/testing/dart/browser_controller.dart
|
| @@ -854,7 +854,7 @@ class BrowserTestRunner {
|
| // We don't do anything, this browser is currently being killed and
|
| // replaced. The browser here can be null if we decided to kill the
|
| // browser.
|
| - } else if (status.currentTest != null && status.currentTest.id != testId) {
|
| + } else if (status.currentTest != null && status.currentTest.id == testId) {
|
| status.currentTest.lastKnownMessage = output;
|
| }
|
| }
|
|
|