From 3d73c536d624e965c15732cdfab02a983d173af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Wed, 18 Jan 2023 16:25:24 +0100 Subject: [PATCH] Fix unit tests on Linux --- lib/cli/src/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/store.rs b/lib/cli/src/store.rs index 87da6d5bd..49b897c7b 100644 --- a/lib/cli/src/store.rs +++ b/lib/cli/src/store.rs @@ -152,7 +152,7 @@ impl CompilerOptions { use std::fs::File; use std::io::Write; use wasmer_compiler_llvm::{ - CompiledKind, InkwellMemoryBuffer, InkwellModule, LLVMCallbacks, + CompiledKind, InkwellMemoryBuffer, InkwellModule, LLVMCallbacks, LLVM, }; use wasmer_types::entity::EntityRef; let mut config = LLVM::new();