[compiler-rt] 61d6154 - [llvm-cov] Fix the test of bnary-id-lookup.c after the commit cd8fe1dbc.

Ying Yi via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 08:45:32 PDT 2023


Author: Ying Yi
Date: 2023-09-06T16:44:19+01:00
New Revision: 61d615404465bcd61022ffa63ec4cb2b7809b85c

URL: https://github.com/llvm/llvm-project/commit/61d615404465bcd61022ffa63ec4cb2b7809b85c
DIFF: https://github.com/llvm/llvm-project/commit/61d615404465bcd61022ffa63ec4cb2b7809b85c.diff

LOG: [llvm-cov] Fix the test of bnary-id-lookup.c after the commit cd8fe1dbc.

Added: 
    

Modified: 
    compiler-rt/test/profile/Linux/binary-id-lookup.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/Linux/binary-id-lookup.c b/compiler-rt/test/profile/Linux/binary-id-lookup.c
index 1496e70d96b2ced..4dbd5e25b5b467d 100644
--- a/compiler-rt/test/profile/Linux/binary-id-lookup.c
+++ b/compiler-rt/test/profile/Linux/binary-id-lookup.c
@@ -29,8 +29,8 @@
 // CHECK: 3| 1|int main() {
 
 // FOO-ONLY: 1| 1|void foo(void) {}
-// MISSING-BINARY-ID: error: Failed to load coverage: '[[FILENAME]]': Missing binary ID: abcd1234
-// NODATA: error: Failed to load coverage: '': No coverage data found
+// MISSING-BINARY-ID: error: failed to load coverage: '[[FILENAME]]': Missing binary ID: abcd1234
+// NODATA: error: failed to load coverage: '': no coverage data found
 
 //--- foo.c
 void foo(void) {}


        


More information about the llvm-commits mailing list