aboutsummaryrefslogtreecommitdiff
path: root/test/msan/ftime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/ftime.cc')
-rw-r--r--test/msan/ftime.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/msan/ftime.cc b/test/msan/ftime.cc
index 2d0935d18037..7a5a2fbf7dce 100644
--- a/test/msan/ftime.cc
+++ b/test/msan/ftime.cc
@@ -1,4 +1,7 @@
-// RUN: %clangxx_msan -m64 -O0 -g %s -o %t && %run %t
+// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+
+// ftime() is deprecated on FreeBSD.
+// XFAIL: freebsd
#include <assert.h>
#include <sys/timeb.h>