[test] Fix nocompress.test
authorFangrui Song <i@maskray.me>
Sat, 19 Jun 2021 23:27:52 +0000 (16:27 -0700)
committerFangrui Song <i@maskray.me>
Sat, 19 Jun 2021 23:27:53 +0000 (16:27 -0700)
llvm/test/tools/llvm-profdata/nocompress.test

index 7830d36..2365706 100644 (file)
@@ -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