aboutsummaryrefslogtreecommitdiff
path: root/test/msan/textdomain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/textdomain.cc')
-rw-r--r--test/msan/textdomain.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/msan/textdomain.cc b/test/msan/textdomain.cc
index 760debd68c33..478b0993f837 100644
--- a/test/msan/textdomain.cc
+++ b/test/msan/textdomain.cc
@@ -1,4 +1,6 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// textdomain() is not a part of libc on FreeBSD and NetBSD.
+// UNSUPPORTED: netbsd, freebsd
#include <libintl.h>
#include <stdio.h>