Run multiple iterations of all integration tests

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2022-02-07 15:11:41 -08:00
parent e3f055d950
commit b0ed58add3
2 changed files with 17 additions and 17 deletions

View file

@ -547,7 +547,7 @@ impl FakeLanguageServer {
request.params,
);
} else {
println!(
log::info!(
"skipping message in fake language server {:?}",
std::str::from_utf8(&self.buffer)
);