forked from OSchip/llvm-project
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:
parent
2a80369ae4
commit
d3935ae1f2
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue