Skip to content

Commit 8394157

Browse files
authored
llvm-rc: Relax error message checked in test (#129243)
In the fork path, it does not print the piece about posix_spawn failed Part of #129208
1 parent b6d5fa0 commit 8394157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-rc/windres-preproc.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
;; Test error messages when unable to execute the preprocessor.
2121

2222
; RUN: not llvm-windres --preprocessor intentionally-missing-executable %p/Inputs/empty.rc %t.res 2>&1 | FileCheck -DMSG=%errc_ENOENT %s --check-prefix=CHECK4
23-
; CHECK4: llvm-rc: Preprocessing failed: posix_spawn failed: [[MSG]]
23+
; CHECK4: llvm-rc: Preprocessing failed: {{(posix_spawn failed: )?}}[[MSG]]
2424

2525
;; Test --preprocessor with an argument with spaces.
2626

0 commit comments

Comments
 (0)