diff options
Diffstat (limited to 'compiler-rt/test/msan/textdomain.cc')
-rw-r--r-- | compiler-rt/test/msan/textdomain.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/textdomain.cc b/compiler-rt/test/msan/textdomain.cc index 0a81542319d..478b0993f83 100644 --- a/compiler-rt/test/msan/textdomain.cc +++ b/compiler-rt/test/msan/textdomain.cc @@ -1,4 +1,5 @@ // 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> |