forked from OSchip/llvm-project
Add REQUIRES: darwin-system to test/Driver/darwin-sdkroot.c
The test from r329110 is for Darwin only llvm-svn: 329113
This commit is contained in:
parent
d4712715dd
commit
ce8766b2fd
|
@ -1,4 +1,5 @@
|
|||
// Check that SDKROOT is used to define the default for -isysroot on Darwin.
|
||||
// REQUIRES: system-darwin
|
||||
//
|
||||
// RUN: rm -rf %t.tmpdir
|
||||
// RUN: mkdir -p %t.tmpdir
|
||||
|
|
Loading…
Reference in New Issue