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 a75612f commit 3483d74Copy full SHA for 3483d74
llvm/test/tools/llvm-rc/windres-preproc.test
@@ -19,8 +19,8 @@
19
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 %s --check-prefix=CHECK4
23
-; CHECK4: llvm-rc: Preprocessing failed: posix_spawn failed: No such file or directory
+; RUN: not llvm-windres --preprocessor intentionally-missing-executable %p/Inputs/empty.rc %t.res 2>&1 | FileCheck -DMSG=%errc_ENOENT %s --check-prefix=CHECK4
+; CHECK4: llvm-rc: Preprocessing failed: posix_spawn failed: [[MSG]]
24
25
;; Test --preprocessor with an argument with spaces.
26
0 commit comments