mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-28 22:17:26 +00:00
fix warnings
This commit is contained in:
+3
-3
@@ -853,9 +853,9 @@ mod tests {
|
||||
let rtype = &**rfunc.type_ref.read();
|
||||
let elements::Type::Function(ref ftype) = rtype;
|
||||
|
||||
/// import deleted so now it's func #0
|
||||
// import deleted so now it's func #0
|
||||
assert_eq!(rfunc.order(), Some(0));
|
||||
/// type should be the same, #1
|
||||
// type should be the same, #1
|
||||
assert_eq!(ftype.params().len(), 1);
|
||||
}
|
||||
}
|
||||
@@ -981,4 +981,4 @@ mod tests {
|
||||
"Call should be recalculated to 1"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user