summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/msan/ftime.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/msan/ftime.cc b/test/msan/ftime.cc
index 7a5a2fbf7..2bc8a6f2f 100644
--- a/test/msan/ftime.cc
+++ b/test/msan/ftime.cc
@@ -1,7 +1,7 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
-// ftime() is deprecated on FreeBSD.
-// XFAIL: freebsd
+// ftime() is deprecated on FreeBSD and NetBSD.
+// UNSUPPORTED: freebsd, netbsd
#include <assert.h>
#include <sys/timeb.h>