X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=common%2Fsrc%2Flib.rs;fp=common%2Fsrc%2Flib.rs;h=d257341f789d53369a4d74f40783fa007beb7b6d;hp=72169679b253de1bef16c76f692786b46ef4b265;hb=4ed820a37e320b727221cbdd541c63a0b90d11a6;hpb=863db0d616f952ceac10b92dde703bef5093469a diff --git a/common/src/lib.rs b/common/src/lib.rs index 7216967..d257341 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -1,4 +1,9 @@ -mod rup { + + + +mod tests { + use super::*; + #[test] fn it_works() { assert_eq!(2 + 2, 4);