llvm-reduce: Try to fix test on windows

It seems to not like the environment variable set syntax.
This commit is contained in:
Matt Arsenault 2022-12-20 20:34:27 -05:00 committed by Matt Arsenault
parent 638b257115
commit 3b0b0965c4

View File

@ -1,3 +1,4 @@
# REQUIRES: shell
# RUN: llvm-reduce --delta-passes=global-variables --test %python --test-arg %p/Inputs/test-crash-vars.py %p/Inputs/test-output-format.ll 2>&1 | FileCheck -check-prefix=INTERESTING %s
# RUN: env LLVM_DISABLE_CRASH_REPORT=0 llvm-reduce --delta-passes=global-variables --test %python --test-arg %p/Inputs/test-crash-vars.py %p/Inputs/test-output-format.ll 2>&1 | FileCheck -check-prefix=INTERESTING %s