Skip to content

Commit

Permalink
fix(CI): remove race-y code from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Nov 5, 2024
1 parent 712c9e6 commit 57c930c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions asm-lsp/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,6 @@ mod tests {
fn init_test_store(info: &GlobalInfo) -> ServerStore {
let mut store = ServerStore::default();

let mut x86_cache_path = get_cache_dir().unwrap();
x86_cache_path.push("x86_instr_docs.html");
if x86_cache_path.is_file() {
std::fs::remove_file(&x86_cache_path).unwrap();
}

populate_name_to_instruction_map(
Arch::X86,
&info.x86_instructions,
Expand Down

0 comments on commit 57c930c

Please sign in to comment.