Changeset 220487 in webkit


Ignore:
Timestamp:
Aug 9, 2017 3:40:53 PM (7 years ago)
Author:
weinig@apple.com
Message:

Update for https://bugs.webkit.org/show_bug.cgi?id=175244.

Remove one addition of null Function test.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r220483 r220487  
     12017-08-09  Sam Weinig  <sam@webkit.org>
     2
     3        Update for https://bugs.webkit.org/show_bug.cgi?id=175244.
     4
     5        Remove one addition of null Function test.
     6
    172017-08-09  Jonathan Bedard  <jbedard@apple.com>
    28
  • trunk/Tools/TestWebKitAPI/Tests/WTF/Function.cpp

    r220466 r220487  
    141141{
    142142    Function<unsigned()> a;
    143     EXPECT_FALSE(static_cast<bool>(a));
    144     EXPECT_EQ(0U, a());
    145 
    146143    a = [] {
    147144        return 1U;
Note: See TracChangeset for help on using the changeset viewer.