diff options
author | David Carlier <devnexen@gmail.com> | 2018-12-04 19:49:19 +0000 |
---|---|---|
committer | David Carlier <devnexen@gmail.com> | 2018-12-04 19:49:19 +0000 |
commit | f3c8a007601044158b2868ab06594b0ce18d06f4 (patch) | |
tree | 83b95be7cba502b0b20e9ad8705bb14b05c59720 | |
parent | f14927e98e23a3c1806eeb12b89252c35e77c1ff (diff) | |
download | bcm5719-llvm-f3c8a007601044158b2868ab06594b0ce18d06f4.tar.gz bcm5719-llvm-f3c8a007601044158b2868ab06594b0ce18d06f4.zip |
Fix sanitizer unit test
llvm-svn: 348297
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc index 659721e6ad1..134ea39dc78 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc @@ -1,6 +1,6 @@ // RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s // -// UNSUPPORTED: linux darwin solaris +// UNSUPPORTED: linux, darwin, solaris #include <sys/param.h> #include <sys/types.h> |