Fix CI after merge (#817)
This commit is contained in:
committed by
Dan Gohman
parent
0cf12b3f93
commit
7f997fe7a6
@@ -16,7 +16,7 @@ fn test_invoke_func_via_table() -> Result<()> {
|
|||||||
"#,
|
"#,
|
||||||
)?;
|
)?;
|
||||||
let module = Module::new(&store, &binary).context("> Error compiling module!")?;
|
let module = Module::new(&store, &binary).context("> Error compiling module!")?;
|
||||||
let instance = Instance::new(&store, &module, &[]).context("> Error instantiating module!")?;
|
let instance = Instance::new(&module, &[]).context("> Error instantiating module!")?;
|
||||||
|
|
||||||
let f = instance
|
let f = instance
|
||||||
.find_export_by_name("table")
|
.find_export_by_name("table")
|
||||||
|
|||||||
Reference in New Issue
Block a user