[compiler-rt] r348297 - Fix sanitizer unit test

David Carlier via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 11:49:19 PST 2018


Author: devnexen
Date: Tue Dec  4 11:49:19 2018
New Revision: 348297

URL: http://llvm.org/viewvc/llvm-project?rev=348297&view=rev
Log:
Fix sanitizer unit test

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/sysctl.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/sysctl.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/sysctl.cc?rev=348297&r1=348296&r2=348297&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/sysctl.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/sysctl.cc Tue Dec  4 11:49:19 2018
@@ -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>




More information about the llvm-commits mailing list