| Index: test/runner/browser/dartium_test.dart
|
| diff --git a/test/runner/browser/dartium_test.dart b/test/runner/browser/dartium_test.dart
|
| index 8b5473d922d451c33ccf8764a723dbcc31c720a6..6968b5dd55d5e6f61f416e9f84cfdd17a664518e 100644
|
| --- a/test/runner/browser/dartium_test.dart
|
| +++ b/test/runner/browser/dartium_test.dart
|
| @@ -156,7 +156,7 @@ webSocket.send(window.localStorage["data"].toString());
|
| var dartium = new Dartium("http://dart-lang.org",
|
| executable: "_does_not_exist");
|
| expect(dartium.onExit, throwsA(isApplicationException(startsWith(
|
| - "Failed to start Dartium: $noSuchFileMessage"))));
|
| + "Failed to run Dartium: $noSuchFileMessage"))));
|
| });
|
|
|
| test("can run successful tests", () {
|
|
|