Skip to content

Commit b102b37

Browse files
committed
Change invalid test error to avoid windows bot failures
1 parent 93eac74 commit b102b37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python on an empty file will always succeed as interesting
22
# RUN: touch %t
33

4-
# Fail on attempt to write to output directory
5-
# RUN: not llvm-reduce --delta-passes=instructions -o %s/CannotOpenFile --test %python --test-arg %t %p/Inputs/test-output-format.ll 2>&1 | FileCheck %s
4+
# Fail on attempt to write output to a directory
5+
# RUN: not llvm-reduce --delta-passes=instructions -o %p/Inputs --test %python --test-arg %t %p/Inputs/test-output-format.ll 2>&1 | FileCheck -DMSG=%errc_EISDIR %s
66

7-
# CHECK: error: opening output file: Not a directory
7+
# CHECK: error: opening output file: [[MSG]]

0 commit comments

Comments
 (0)