aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-05-24 23:55:54 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-05-24 23:55:54 +0000
commit44c5462903ce23e30a4af80dd284c2ad61b96bd2 (patch)
treec228b80c59663413da690db2f5626d6f618292f2 /test
parent949c429c37fdf9527aa980fb525b441b24291595 (diff)
[libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer tests
With %run commands being present now, we want to make sure that they stay present. Differential Revision: https://reviews.llvm.org/D47293 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@333244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/fuzzer/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fuzzer/CMakeLists.txt b/test/fuzzer/CMakeLists.txt
index 6d8bc6965..0b611811a 100644
--- a/test/fuzzer/CMakeLists.txt
+++ b/test/fuzzer/CMakeLists.txt
@@ -1,5 +1,4 @@
set(LIBFUZZER_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
-list(REMOVE_ITEM LIBFUZZER_TEST_DEPS SanitizerLintCheck)
if (NOT COMPILER_RT_STANDALONE_BUILD)
list(APPEND LIBFUZZER_TEST_DEPS fuzzer asan ubsan)
endif()