Skip to content

Commit ac7cf1f

Browse files
fix tests
1 parent 8ce502e commit ac7cf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/Platform/PlatformSiginfoTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class PlatformSiginfoTest : public ::testing::Test {
6262
uint64_t bit_offset;
6363
std::string name;
6464
field_type = field_type.GetFieldAtIndex(
65-
field_type.GetIndexOfChildWithName(field_name, false), name,
65+
*field_type.GetIndexOfChildWithName(field_name, false), name,
6666
&bit_offset, nullptr, nullptr);
6767
ASSERT_TRUE(field_type);
6868
total_offset += bit_offset;

0 commit comments

Comments
 (0)