forked from OSchip/llvm-project
tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.
llvm-svn: 168095
This commit is contained in:
parent
095d4fe02b
commit
c61fae4205
|
@ -1,5 +1,8 @@
|
|||
// Check that we can operate on files from /dev/fd.
|
||||
// REQUIRES: dev-fd-fs
|
||||
//
|
||||
// Currently, this only appears to work on Darwin's dev-fs.
|
||||
// REQUIRES: system-darwin
|
||||
|
||||
|
||||
// Check reading from named pipes. We cat the input here instead of redirecting
|
||||
|
|
Loading…
Reference in New Issue