| Index: third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| index a8837a487ac7b24d4df1b0c105bd02cf8ad273f1..c8e58f982e0ff114b59f00e032dc7d53517407d4 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| @@ -192,9 +192,10 @@ TEST(LinkLoaderTest, Preload) {
|
| HeapListHashSet<Member<Resource>>* preloads =
|
| dummyPageHolder->document().fetcher()->preloads();
|
| if (testCase.expectingLoad) {
|
| - if (!preloads)
|
| + if (!preloads) {
|
| fprintf(stderr, "Unexpected result %s %s %s\n", testCase.href,
|
| testCase.as, testCase.type);
|
| + }
|
| EXPECT_TRUE(preloads);
|
| } else {
|
| EXPECT_FALSE(preloads);
|
|
|