diff options
-rw-r--r-- | compiler-rt/test/msan/ftime.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/msan/ftime.cc b/compiler-rt/test/msan/ftime.cc index 7a5a2fbf7dc..2bc8a6f2fe1 100644 --- a/compiler-rt/test/msan/ftime.cc +++ b/compiler-rt/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> |