[llvm] cee85fc - [test] Fix nocompress.test

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 19 16:27:59 PDT 2021


Author: Fangrui Song
Date: 2021-06-19T16:27:53-07:00
New Revision: cee85fcd766c61a821092566b79e7e6aabf74e5f

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

LOG: [test] Fix nocompress.test

Added: 
    

Modified: 
    llvm/test/tools/llvm-profdata/nocompress.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-profdata/nocompress.test b/llvm/test/tools/llvm-profdata/nocompress.test
index 7830d36a5e66..23657060e05e 100644
--- a/llvm/test/tools/llvm-profdata/nocompress.test
+++ b/llvm/test/tools/llvm-profdata/nocompress.test
@@ -12,4 +12,4 @@ RUN: not llvm-profdata show %p/Inputs/compressed.profraw -o %t 2>&1 | FileCheck
 
 REQUIRES: !zlib
 
-CHECK: error: {{.*}} Profile uses zlib compression but the profile reader was built without zlib support
+CHECK: error: {{.+}}: profile uses zlib compression but the profile reader was built without zlib support


        


More information about the llvm-commits mailing list