fix warnings

This commit is contained in:
NikVolf
2019-07-17 17:01:15 +03:00
parent 2c173fee26
commit 026b0502bb
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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"
);
}
}
}