LLVM unit tests: Fix typo

This commit is contained in:
Joëlle van Essen 2025-02-18 12:22:18 +01:00
parent 0aa8f5c142
commit 626763b4e2
No known key found for this signature in database
GPG key ID: 28D3B5CDD4B43882

View file

@ -212,7 +212,7 @@ impl<'a, 'input> ModuleEmitContext<'a, 'input> {
module: &Module,
id_defs: &'a GlobalStringIdentResolver2<'input>,
) -> Self {
let context= module.context();
let context = module.context();
ModuleEmitContext {
context: context.get(),
module: module.get(),