mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Update tests/test-generator/src/processors.rs
Co-Authored-By: Mark McCaskey <5770194+MarkMcCaskey@users.noreply.github.com>
This commit is contained in:
parent
8b177b5320
commit
6021d1735a
@ -95,7 +95,7 @@ pub fn wasi_processor(out: &mut Testsuite, p: PathBuf) -> Option<Test> {
|
||||
);
|
||||
|
||||
Some(Test {
|
||||
name: testname.to_string(),
|
||||
body: body.to_string(),
|
||||
name: testname,
|
||||
body,
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user