提交 9627e80c 编写于 作者: F Felix S. Klock II

fix bug in test.

上级 89b363de
......@@ -64,10 +64,10 @@ fn test0() {
assert_eq!(f.inner.copied, 5);
assert_eq!(*f.inner.moved, 6);
assert_eq!(b.inner.copied, 1);
assert_eq!(b.inner.copied, 5);
assert_eq!(*b.inner.moved, 7);
assert_eq!(c.inner.copied, 1);
assert_eq!(c.inner.copied, 5);
assert_eq!(*c.inner.moved, 8);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册