Skip to content

Commit 5bed1c4

Browse files
committed
Update unit test name
1 parent 119833e commit 5bed1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/ObjectFile/MachO/TestObjectFileMachO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ TEST_F(ObjectFileMachOTest, IndirectSymbolsInTheSharedCache) {
9595
OF->ParseSymtab(symtab);
9696
}
9797

98-
TEST_F(ObjectFileMachOTest, ObjectFileFormatWithoutLoadCommand) {
98+
TEST_F(ObjectFileMachOTest, ObjectFormatWithoutVersionLoadCommand) {
9999
// A Mach-O file without the load command LC_BUILD_VERSION.
100100
const char *yamldata = R"(
101101
--- !mach-o

0 commit comments

Comments
 (0)