We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b894f77 commit eb55b81Copy full SHA for eb55b81
llvm/unittests/IR/GlobalObjectTest.cpp
@@ -66,7 +66,7 @@ TEST_F(GlobalObjectTest, SectionPrefix) {
66
ASSERT_NE(Bar, nullptr);
67
ASSERT_THAT(Bar->getSectionPrefix(), Eq(std::nullopt));
68
69
- // Teset that update method returns false since Bar doesn't have prefix
+ // Test that update method returns false since Bar doesn't have prefix
70
// metadata.
71
EXPECT_FALSE(Bar->updateSectionPrefix(""));
72
0 commit comments