| Index: test/runner/browser/phantom_js_test.dart
|
| diff --git a/test/runner/browser/phantom_js_test.dart b/test/runner/browser/phantom_js_test.dart
|
| index 2fb51576664bc7c5877909d1a7c655fcf49a647e..bd34adaad2cdd69385b302adfccf6c04613bd20c 100644
|
| --- a/test/runner/browser/phantom_js_test.dart
|
| +++ b/test/runner/browser/phantom_js_test.dart
|
| @@ -158,7 +158,7 @@ webSocket.addEventListener("open", function() {
|
| var phantomJS = new PhantomJS("http://dart-lang.org",
|
| executable: "_does_not_exist");
|
| expect(phantomJS.onExit, throwsA(isApplicationException(startsWith(
|
| - "Failed to start PhantomJS: $noSuchFileMessage"))));
|
| + "Failed to run PhantomJS: $noSuchFileMessage"))));
|
| });
|
|
|
| test("can run successful tests", () {
|
|
|