Skip to content

Commit e160130

Browse files
committed
Remove extra "git" word that made it into the GSYMTest.cpp file.
1 parent 27033cc commit e160130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4324,4 +4324,4 @@ TEST(GSYMTest, TestLineTablesWithEmptyRanges) {
43244324
ASSERT_THAT_EXPECTED(LR, Succeeded());
43254325
SourceLocation src_loc = {"foo", "/tmp", "main.cpp", 12, 16};
43264326
EXPECT_THAT(LR->Locations, testing::ElementsAre(src_loc));
4327-
git}
4327+
}

0 commit comments

Comments
 (0)