⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 238486 in webkit


Ignore:
Timestamp:
Nov 25, 2018, 5:06:39 PM (8 years ago)
Author:
Alan Bujtas
Message:

Unreviewed test fix after r238467.

  • TestWebKitAPI/Tests/WTF/ListHashSet.cpp:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r238485 r238486  
     12018-11-25  Zalan Bujtas  <zalan@apple.com>
     2
     3        Unreviewed test fix after r238467.
     4
     5        * TestWebKitAPI/Tests/WTF/ListHashSet.cpp:
     6        (TestWebKitAPI::TEST):
     7
    182018-11-25  Wenson Hsieh  <wenson_hsieh@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/Tests/WTF/ListHashSet.cpp

    r238467 r238486  
    451451
    452452    auto firstWith4 = list.takeFirst();
    453     ASSERT_EQ(ptrWith2, firstWith4.get());
     453    ASSERT_EQ(ptrWith4, firstWith4.get());
    454454    ASSERT_EQ(4, *firstWith4);
    455455
Note: See TracChangeset for help on using the changeset viewer.