Remove obsolete LSAN workaround

This commit is contained in:
Johannes Altmanninger
2024-01-12 09:11:56 +01:00
parent 26d359b071
commit 5a570f187a

View File

@@ -479,13 +479,6 @@ macro_rules! perform_one_completion_cd_test {
};
}
// // We execute LSAN with use_tls=0 under CI to avoid a SIGSEGV crash in LSAN itself.
// // Unfortunately, this causes it to incorrectly flag a memory leak here that doesn't reproduce
// // locally with use_tls=1.
// #ifdef FISH_CI_SAN
// __lsan::ScopedDisabler disable_leak_detection{};
// #endif
std::fs::create_dir_all("test/autosuggest_test/0foobar").unwrap();
std::fs::create_dir_all("test/autosuggest_test/1foo bar").unwrap();
std::fs::create_dir_all("test/autosuggest_test/2foo bar").unwrap();