Update tests/test-generator/src/processors.rs

Co-Authored-By: Mark McCaskey <5770194+MarkMcCaskey@users.noreply.github.com>
This commit is contained in:
Syrus Akbary 2020-04-16 13:45:23 -07:00 committed by GitHub
parent 8b177b5320
commit 6021d1735a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
})
}