summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-12-27 21:47:26 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-12-27 21:47:26 +0000
commitda41675d52c64a80dbf18e82af3d024d07821b13 (patch)
tree11a5ed5e6530c5ada4a6a0b179d6e26950045898 /test/sanitizer_common/TestCases/Posix
parent4d9ac421bf5c4fd79a0aa6771672edfd24a2c76d (diff)
downloadcompiler-rt-da41675d52c64a80dbf18e82af3d024d07821b13.tar.gz
Enable posix regex interceptors on linux.
Summary: They happen to work out of the box. Reviewers: rtrieu, vitalybuka Subscribers: kubamracek, fedor.sergeev, krytarowski, llvm-commits Differential Revision: https://reviews.llvm.org/D56088 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@350103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/Posix')
-rw-r--r--test/sanitizer_common/TestCases/Posix/regex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/regex.cc b/test/sanitizer_common/TestCases/Posix/regex.cc
index a6f19f39b..3727f0132 100644
--- a/test/sanitizer_common/TestCases/Posix/regex.cc
+++ b/test/sanitizer_common/TestCases/Posix/regex.cc
@@ -1,6 +1,6 @@
// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s
//
-// UNSUPPORTED: linux, darwin, solaris
+// UNSUPPORTED: darwin, solaris
#include <assert.h>
#include <regex.h>