Title: [291795] trunk/Tools
Revision
291795
Author
cdu...@apple.com
Date
2022-03-24 08:03:09 -0700 (Thu, 24 Mar 2022)

Log Message

Unreviewed, update outdated comment after r291787.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (291794 => 291795)


--- trunk/Tools/ChangeLog	2022-03-24 14:15:24 UTC (rev 291794)
+++ trunk/Tools/ChangeLog	2022-03-24 15:03:09 UTC (rev 291795)
@@ -1,3 +1,10 @@
+2022-03-24  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, update outdated comment after r291787.
+
+        * TestWebKitAPI/Tests/WTF/StringImpl.cpp:
+        (TestWebKitAPI::TEST):
+
 2022-03-23  Simon Fraser  <simon.fra...@apple.com>
 
         Have MiniBrowser shows the GPU Process pid in its title bar

Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/StringImpl.cpp (291794 => 291795)


--- trunk/Tools/TestWebKitAPI/Tests/WTF/StringImpl.cpp	2022-03-24 14:15:24 UTC (rev 291794)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/StringImpl.cpp	2022-03-24 15:03:09 UTC (rev 291795)
@@ -35,7 +35,7 @@
 
 TEST(WTF, StringImplCreationFromLiteral)
 {
-    // Constructor using the template to determine the size.
+    // Constructor taking an ASCIILiteral.
     auto stringWithTemplate = StringImpl::createFromLiteral("Template Literal"_s);
     ASSERT_EQ(strlen("Template Literal"), stringWithTemplate->length());
     ASSERT_TRUE(equal(stringWithTemplate.get(), "Template Literal"));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to