diff options
Diffstat (limited to 'clang/test/Driver/crash-report-modules.m')
| -rw-r--r-- | clang/test/Driver/crash-report-modules.m | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/clang/test/Driver/crash-report-modules.m b/clang/test/Driver/crash-report-modules.m index 9dd3b74e69d..0e1d81a1f34 100644 --- a/clang/test/Driver/crash-report-modules.m +++ b/clang/test/Driver/crash-report-modules.m @@ -9,7 +9,11 @@ // RUN: FileCheck --check-prefix=CHECKSH %s -input-file %t/crash-report-*.sh // REQUIRES: crash-recovery -// XFAIL: windows,win32 +// because of the glob (*.m, *.sh) +// REQUIRES: shell + +// FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it? +// XFAIL: mingw32 @import simple; const int x = MODULE_MACRO; |

