Fix "REQUIRES: system-darwin" failing tests after r301725.

Also remove the apparently-unneeded REQUIRES (the tests also pass on at least
Linux, and don't appear to have anything Darwin-specific in them).

llvm-svn: 301731
This commit is contained in:
Richard Smith 2017-04-29 01:29:44 +00:00
parent 2a80369ae4
commit d3935ae1f2
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// REQUIRES: crash-recovery, shell, system-darwin
// REQUIRES: crash-recovery, shell
// RUN: rm -rf %t
// RUN: mkdir -p %t/m
@ -21,7 +21,7 @@
// CHECK-NEXT: note: diagnostic msg: {{.*}}.m
// CHECK-NEXT: note: diagnostic msg: {{.*}}.cache
// CHECKSRC: @import cstd.stdio;
// CHECKSRC: #pragma clang module import cstd.stdio
// CHECKSH: # Crash reproducer
// CHECKSH-NEXT: # Driver args: "-fsyntax-only"

View File

@ -1,4 +1,4 @@
// REQUIRES: crash-recovery, shell, system-darwin
// REQUIRES: crash-recovery, shell
// RUN: rm -rf %t
// RUN: mkdir -p %t/i %t/m %t
@ -21,7 +21,7 @@
// CHECK-NEXT: note: diagnostic msg: {{.*}}.m
// CHECK-NEXT: note: diagnostic msg: {{.*}}.cache
// CHECKSRC: @import cstd.stdio;
// CHECKSRC: #pragma clang module import cstd.stdio
// CHECKSH: # Crash reproducer
// CHECKSH-NEXT: # Driver args: "-fsyntax-only"