Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1142)

Unified Diff: net/proxy/proxy_resolver_v8_unittest.cc

Issue 1124293003: Fix ProxyResolverV8Test after V8 roll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_resolver_v8_unittest.cc
diff --git a/net/proxy/proxy_resolver_v8_unittest.cc b/net/proxy/proxy_resolver_v8_unittest.cc
index 204eb63cbc5b88d6441511f2f6ec646db2065972..37992ceab74710940b4e1c9cd4914d8c59b1ac40 100644
--- a/net/proxy/proxy_resolver_v8_unittest.cc
+++ b/net/proxy/proxy_resolver_v8_unittest.cc
@@ -283,8 +283,7 @@ TEST(ProxyResolverV8Test, ParseError) {
EXPECT_EQ("Uncaught SyntaxError: Unexpected end of input",
bindings->errors[0]);
- // TODO: replace expected value with 5 after V8 roll
- // EXPECT_EQ(0, bindings->errors_line_number[0]);
+ EXPECT_EQ(5, bindings->errors_line_number[0]);
}
// Run a PAC script several times, which has side-effects.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698