diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/base/net_util_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/net_util_unittest.cc b/net/base/net_util_unittest.cc index f783ca4..8200ad3 100644 --- a/net/base/net_util_unittest.cc +++ b/net/base/net_util_unittest.cc @@ -3026,9 +3026,9 @@ TEST(NetUtilTest, SimplifyUrlForRequest) { "ftp://user:pass@google.com:80/sup?yo#X#X", "ftp://google.com:80/sup?yo", }, - { // Try an nonstandard URL - "foobar://user:pass@google.com:80/sup?yo#X#X", + { // Try a nonstandard URL "foobar://user:pass@google.com:80/sup?yo#X#X", + "foobar://user:pass@google.com:80/sup?yo", }, }; for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) { |