mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +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
6021d1735a
commit
80ed212a9f
@ -23,8 +23,8 @@ pub fn wast_processor(out: &mut Testsuite, p: PathBuf) -> Option<Test> {
|
||||
let body = format!("crate::run_wast(r#\"{}\"#, \"{}\")", p.display(), compiler);
|
||||
|
||||
Some(Test {
|
||||
name: testname.to_string(),
|
||||
body: body.to_string(),
|
||||
name: testname,
|
||||
body,
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user