Skip to content

Commit 4699999

Browse files
fixup! fixup! fix tests
1 parent 3cf13ec commit 4699999

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
auto index_or_err = field_type.GetIndexOfChildWithName(field_name, false);
65-
ASSERT_TRUE(index_or_err);
65+
ASSERT_FALSE(!index_or_err);
6666
field_type = field_type.GetFieldAtIndex(*index_or_err, name, &bit_offset,
6767
nullptr, nullptr);
6868
ASSERT_TRUE(field_type);

0 commit comments

Comments
 (0)