[llvm] e160130 - Remove extra "git" word that made it into the GSYMTest.cpp file.
    Greg Clayton via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov  6 10:23:32 PST 2023
    
    
  
Author: Greg Clayton
Date: 2023-11-06T10:23:02-08:00
New Revision: e1601305a3093f4a12c0a54bb862a7b4d6c13f3e
URL: https://github.com/llvm/llvm-project/commit/e1601305a3093f4a12c0a54bb862a7b4d6c13f3e
DIFF: https://github.com/llvm/llvm-project/commit/e1601305a3093f4a12c0a54bb862a7b4d6c13f3e.diff
LOG: Remove extra "git" word that made it into the GSYMTest.cpp file.
Added: 
    
Modified: 
    llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
Removed: 
    
################################################################################
diff  --git a/llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp b/llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
index bfc6efc1bbb44e4..655a8db79919719 100644
--- a/llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
+++ b/llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
@@ -4324,4 +4324,4 @@ TEST(GSYMTest, TestLineTablesWithEmptyRanges) {
   ASSERT_THAT_EXPECTED(LR, Succeeded());
   SourceLocation src_loc = {"foo", "/tmp", "main.cpp", 12, 16};
   EXPECT_THAT(LR->Locations, testing::ElementsAre(src_loc));
-git}
+}
        
    
    
More information about the llvm-commits
mailing list