Move tests that use unistd.h and pthread.h to TestCases/Posix

llvm-svn: 244827
This commit is contained in:
Reid Kleckner 2015-08-12 22:58:56 +00:00
parent 8533e96e42
commit e7ffbffaef
11 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Check that init-order checking is properly disabled if pthread_create is
// called.
// RUN: %clangxx_asan %s %p/Helpers/init-order-pthread-create-extra.cc -pthread -o %t
// RUN: %clangxx_asan %s %p/../Helpers/init-order-pthread-create-extra.cc -pthread -o %t
// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:strict_init_order=true %run %t
#include <stdio.h>