Skip to content
Snippets Groups Projects
Commit 7efa5a8c authored by Ivan Posva's avatar Ivan Posva
Browse files

- Update expected string in pub test.

BUG=

Review URL: https://codereview.chromium.org//1159983005
parent 947c1dd0
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ main() {
var pub = startPubServe();
pub.stderr.expect("Unhandled exception:");
pub.stderr.expect(
startsWith("Uncaught Error: Load Error: Failure getting "));
startsWith("Load Error for "));
pub.shouldExit(1);
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment