cargo test passed

master
Yu Chen 5 years ago
parent 17688ab3df
commit 83ba5558ff

@ -20,7 +20,8 @@ impl Handle {
#[cfg(test)]
mod tests {
use super::*;
use crate::object::DummyObject;
#[test]
fn new_obj_handle() {
let obj = DummyObject::new();

@ -20,6 +20,7 @@ impl Handle {
#[cfg(test)]
mod tests {
use super::*;
use crate::object::DummyObject;
#[test]
fn new_obj_handle() {

Loading…
Cancel
Save