[llvm] 6adb8c2 - Fix test fail-file-open.test on Windows to hopefully fix the Windows buildbots.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 17:30:55 PDT 2022
Author: Douglas Yung
Date: 2022-04-27T17:28:57-07:00
New Revision: 6adb8c220875911bd0fabf838a3405df6c119735
URL: https://github.com/llvm/llvm-project/commit/6adb8c220875911bd0fabf838a3405df6c119735
DIFF: https://github.com/llvm/llvm-project/commit/6adb8c220875911bd0fabf838a3405df6c119735.diff
LOG: Fix test fail-file-open.test on Windows to hopefully fix the Windows buildbots.
Added:
Modified:
llvm/test/tools/llvm-reduce/fail-file-open.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-reduce/fail-file-open.test b/llvm/test/tools/llvm-reduce/fail-file-open.test
index 1136e1dbce5d..20fe5e2022f0 100644
--- a/llvm/test/tools/llvm-reduce/fail-file-open.test
+++ b/llvm/test/tools/llvm-reduce/fail-file-open.test
@@ -2,4 +2,4 @@
This file will not be read. An invalid file path is fed to llvm-reduce.
-# CHECK: llvm-reduce: {{.*}}.NotAFileInTestingDir: error:
\ No newline at end of file
+# CHECK: llvm-reduce{{.*}}: {{.*}}.NotAFileInTestingDir: error:
\ No newline at end of file
More information about the llvm-commits
mailing list