Title: [238486] trunk/Tools
Revision
238486
Author
[email protected]
Date
2018-11-25 17:06:39 -0800 (Sun, 25 Nov 2018)

Log Message

Unreviewed test fix after r238467.

* TestWebKitAPI/Tests/WTF/ListHashSet.cpp:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (238485 => 238486)


--- trunk/Tools/ChangeLog	2018-11-25 22:59:07 UTC (rev 238485)
+++ trunk/Tools/ChangeLog	2018-11-26 01:06:39 UTC (rev 238486)
@@ -1,3 +1,10 @@
+2018-11-25  Zalan Bujtas  <[email protected]>
+
+        Unreviewed test fix after r238467.
+
+        * TestWebKitAPI/Tests/WTF/ListHashSet.cpp:
+        (TestWebKitAPI::TEST):
+
 2018-11-25  Wenson Hsieh  <[email protected]>
 
         Unreviewed, fix the internal iOS 12 build after r238471

Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/ListHashSet.cpp (238485 => 238486)


--- trunk/Tools/TestWebKitAPI/Tests/WTF/ListHashSet.cpp	2018-11-25 22:59:07 UTC (rev 238485)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/ListHashSet.cpp	2018-11-26 01:06:39 UTC (rev 238486)
@@ -450,7 +450,7 @@
     ASSERT_EQ(3, *firstWith3);
 
     auto firstWith4 = list.takeFirst();
-    ASSERT_EQ(ptrWith2, firstWith4.get());
+    ASSERT_EQ(ptrWith4, firstWith4.get());
     ASSERT_EQ(4, *firstWith4);
 
     ASSERT_TRUE(list.isEmpty());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to