Skip to content

Commit cf3c1db

Browse files
committed
[lldb][test] fix format
1 parent a4f055b commit cf3c1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/Host/posix/HostTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ TEST_F(HostTest, GetProcessInfoSetsPriority) {
120120
ASSERT_TRUE(Info.IsZombie().has_value());
121121
ASSERT_FALSE(Info.IsZombie().value());
122122

123-
// CoreDumping was added in kernel version 4.15
123+
// CoreDumping was added in kernel version 4.15.
124124
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
125125
ASSERT_TRUE(Info.IsCoreDumping().has_value());
126126
ASSERT_FALSE(Info.IsCoreDumping().value());

0 commit comments

Comments
 (0)