summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/msan/tsearch.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/msan/tsearch.cc b/test/msan/tsearch.cc
index 653dc6037..0d8ee8f35 100644
--- a/test/msan/tsearch.cc
+++ b/test/msan/tsearch.cc
@@ -1,5 +1,8 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// tdestroy is a GNU extension
+// UNSUPPORTED: netbsd
+
#include <assert.h>
#include <search.h>
#include <stdlib.h>