* TestWebKitAPI/Tests/WTF/WeakPtr.cpp:
(TestWebKitAPI::TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@180540
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-02-23 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed build fix after r180535. Removed the test case that wasn't compiling.
+
+ * TestWebKitAPI/Tests/WTF/WeakPtr.cpp:
+ (TestWebKitAPI::TEST):
+
2015-02-23 Brent Fulgham <bfulgham@apple.com>
WTF::WeakPtr should rename 'forgot' to 'clear' and support nullptr assignment
EXPECT_EQ(weakPtr7.get(), &dummy2);
weakPtr7 = nullptr;
EXPECT_NULL(weakPtr7.get());
-
- int doNotCopyMe = 152;
- weakPtr7 = &doNotCopyMe;
}
} // namespace TestWebKitAPI