commit | bf6699b6130ca072134d62fb06f3b73af7a33738 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Jul 05 16:27:59 2023 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Jul 05 16:46:07 2023 +0930 |
tree | 04ee175bb09b6a4eeb3cc9e21c40c176c2809b2d | |
parent | 757e81a1fe1b3490330a9788c019f62dda5c98cb [diff] [blame] |
tests: libpldm_bios_table_test: Fix 'Itearator' typo Too many 'a's! Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Iab0afe009b8f47354a7f493951d9c5bebca41c3f
diff --git a/tests/libpldm_bios_table_test.cpp b/tests/libpldm_bios_table_test.cpp index 19204a6..55280f8 100644 --- a/tests/libpldm_bios_table_test.cpp +++ b/tests/libpldm_bios_table_test.cpp
@@ -1103,7 +1103,7 @@ EXPECT_EQ(entry, nullptr); } -TEST(Itearator, DeathTest) +TEST(Iterator, DeathTest) { Table table(256, 0);