From f3c8a007601044158b2868ab06594b0ce18d06f4 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 4 Dec 2018 19:49:19 +0000 Subject: [PATCH] Fix sanitizer unit test llvm-svn: 348297 --- compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cc index 659721e..134ea39 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 #include -- 2.7.4