]> granicus.if.org Git - clang/commitdiff
Fix "REQUIRES: system-darwin" failing tests after r301725.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 29 Apr 2017 01:29:44 +0000 (01:29 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 29 Apr 2017 01:29:44 +0000 (01:29 +0000)
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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301731 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/crash-vfs-relative-incdir.m
test/Modules/crash-vfs-run-reproducer.m

index 63cd9827c0130cec5ec08576b2cae0c423b53e5c..13213b39809eee2662d8c7c51dbe4cfdea3aba9a 100644 (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"
index 72771a2f9479ffdf5d9e655d851f79cd6ffe2729..4bc007a7805b99d4b48dbe02848f14af153ae306 100644 (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"