Skip to content

Commit 59cba91

Browse files
committed
Fixed remaining test
1 parent 140384a commit 59cba91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ impl<'ctx> Module<'ctx> {
494494
/// let module = context.create_module("my_module");
495495
/// let execution_engine = module.create_jit_execution_engine(OptimizationLevel::None).unwrap();
496496
///
497-
/// assert_eq!(*module.get_context(), *context);
497+
/// assert_eq!(*module.get_context(), context);
498498
/// ```
499499
// SubType: ExecutionEngine<Jit>
500500
pub fn create_jit_execution_engine(&self, opt_level: OptimizationLevel) -> Result<ExecutionEngine<'ctx>, LLVMString> {

0 commit comments

Comments
 (0)