]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
content: delete flawed hyper search test
authorruss <rucombs@cisco.com>
Mon, 20 Jan 2020 22:37:41 +0000 (17:37 -0500)
committerruss <rucombs@cisco.com>
Mon, 20 Jan 2020 22:37:41 +0000 (17:37 -0500)
src/helpers/test/hyper_search_test.cc

index eb0f08e9c0a86703d9373c107dc01482916d2574..d4779e80f2d7459acc19547ffd5f2aab9ac829dd 100644 (file)
@@ -251,13 +251,6 @@ TEST(hyper_search_test_group, not_found4)
     CHECK(t.run(handle));
 }
 
-TEST(hyper_search_test_group, compiler_error)
-{
-    HyperSearch hs(handle, nullptr, 1);
-    CHECK(s_parse_errors == 1);
-    s_parse_errors = 0;
-}
-
 int main(int argc, char** argv)
 {
     MemoryLeakWarningPlugin::turnOffNewDeleteOverloads();