mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 13:21:43 +00:00
Adding full stops to comments
Also, test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ab65d6098
commit
2354b37ae0
@ -24,11 +24,11 @@ TEST(FoldingSetTest, UnalignedStringTest) {
|
||||
SCOPED_TRACE("UnalignedStringTest");
|
||||
|
||||
FoldingSetNodeID a, b;
|
||||
// An aligned string
|
||||
// An aligned string.
|
||||
std::string str1= "a test string";
|
||||
a.AddString(str1);
|
||||
|
||||
// An unaligned string
|
||||
// An unaligned string.
|
||||
std::string str2 = ">" + str1;
|
||||
b.AddString(str2.c_str() + 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user