| 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 933160e6e7fa3a11ea343b883e1a66d816abcad6..cb093fdfbd4e391b4633a3087683cc99fc99329f 100644 | 
| --- a/test/runner/browser/phantom_js_test.dart | 
| +++ b/test/runner/browser/phantom_js_test.dart | 
| @@ -154,7 +154,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: No such file or directory")))); | 
| +        "Failed to start PhantomJS: $noSuchFileMessage")))); | 
| }); | 
|  | 
| test("can run successful tests", () { | 
|  |