[sanitizer] Fix test linking

This commit is contained in:
Vitaly Buka 2021-11-12 16:52:25 -08:00
parent 2a739f2789
commit afafa883a4
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clangxx -O1 %s -o %t && %run %t
// RUN: %clangxx -O1 -DUSE_GLIBC %s -o %t && %run %t
// RUN: %clangxx -O1 -pthread %s -o %t && %run %t
// RUN: %clangxx -O1 -pthread -DUSE_GLIBC %s -o %t && %run %t
// UNSUPPORTED: android
#include <pthread.h>