Update to latest versions of term, capstone, wabt, goblin, wasmparser.

This commit is contained in:
Dan Gohman
2019-08-20 14:12:09 -07:00
parent b4ef90cfcd
commit 0c2c597852
7 changed files with 20 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ use std::borrow::Cow;
struct TestSafepoint;
pub fn subtest(parsed: &TestCommand) -> SubtestResult<Box<SubTest>> {
pub fn subtest(parsed: &TestCommand) -> SubtestResult<Box<dyn SubTest>> {
assert_eq!(parsed.command, "safepoint");
if !parsed.options.is_empty() {
Err(format!("No options allowed on {}", parsed))