diff options
Diffstat (limited to 'compiler-rt/test/msan/tsearch.cc')
-rw-r--r-- | compiler-rt/test/msan/tsearch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/tsearch.cc b/compiler-rt/test/msan/tsearch.cc index 0d8ee8f35b2..50a2efb31fa 100644 --- a/compiler-rt/test/msan/tsearch.cc +++ b/compiler-rt/test/msan/tsearch.cc @@ -1,7 +1,7 @@ // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t // tdestroy is a GNU extension -// UNSUPPORTED: netbsd +// UNSUPPORTED: netbsd, freebsd #include <assert.h> #include <search.h> |