Skip to content

Commit 8525db1

Browse files
committed
fix unit test
1 parent f6d5900 commit 8525db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/Core/DebuggerTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TEST_F(DebuggerTest, TestSettings) {
4646

4747
FormatEntity::Entry format("foo");
4848
EXPECT_TRUE(debugger_sp->SetStatuslineFormat(format));
49-
EXPECT_EQ(debugger_sp->GetStatuslineFormat()->string, "foo");
49+
EXPECT_EQ(debugger_sp->GetStatuslineFormat().string, "foo");
5050

5151
Debugger::Destroy(debugger_sp);
5252
}

0 commit comments

Comments
 (0)