summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-12-20 14:25:43 +0000
committerDavid Carlier <devnexen@gmail.com>2018-12-20 14:25:43 +0000
commitff3c1b3c295c7e1181b4cd87f11c1b95613d2063 (patch)
treedd719b3202d8867aeada4cafe106e990e1fecb12 /test
parentbcfc36871097744445df8e051567a9d57d8ae3cd (diff)
downloadcompiler-rt-ff3c1b3c295c7e1181b4cd87f11c1b95613d2063.tar.gz
[Sanitizer] Enable vis api on FreeBSD
Reviewers: krytarowski Reviewed By: krytarowski Differential Revision: https://reviews.llvm.org/D55923 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@349762 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/sanitizer_common/TestCases/Posix/vis.cc (renamed from test/sanitizer_common/TestCases/NetBSD/vis.cc)2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/NetBSD/vis.cc b/test/sanitizer_common/TestCases/Posix/vis.cc
index 89ea259e5..15f1bc949 100644
--- a/test/sanitizer_common/TestCases/NetBSD/vis.cc
+++ b/test/sanitizer_common/TestCases/Posix/vis.cc
@@ -1,4 +1,6 @@
// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s
+//
+// UNSUPPORTED: linux, solaris, darwin
#include <ctype.h>
#include <err.h>