We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d5fa0 commit 8394157Copy full SHA for 8394157
llvm/test/tools/llvm-rc/windres-preproc.test
@@ -20,7 +20,7 @@
20
;; Test error messages when unable to execute the preprocessor.
21
22
; 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]]
+; CHECK4: llvm-rc: Preprocessing failed: {{(posix_spawn failed: )?}}[[MSG]]
24
25
;; Test --preprocessor with an argument with spaces.
26
0 commit comments