forked from OSchip/llvm-project
Mark test using <sys/time.h> as UNSUPPORTED on Windows
llvm-svn: 302298
This commit is contained in:
parent
0be6d5ba92
commit
8f8241e5c7
|
@ -9,6 +9,9 @@
|
|||
//
|
||||
// UNSUPPORTED: libcpp-has-no-threads
|
||||
|
||||
// This test uses the POSIX header <sys/time.h> which Windows doesn't provide
|
||||
// UNSUPPORTED: windows
|
||||
|
||||
// This test depends on signal behaviour until r210210, so some system libs
|
||||
// don't pass.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue