]> git.proxmox.com Git - cargo.git/commitdiff
Fix tests
authorGeorge Burton <burtonageo@gmail.com>
Thu, 10 Aug 2017 21:19:41 +0000 (22:19 +0100)
committerGeorge Burton <burtonageo@gmail.com>
Thu, 10 Aug 2017 21:19:41 +0000 (22:19 +0100)
tests/new.rs

index 0e95caf029b65dba108729f55a01e01ed36ec56b..9e833712adc7f3084988d98ee0f41d803eca61e5 100644 (file)
@@ -38,8 +38,7 @@ fn simple_lib() {
     assert_eq!(contents, r#"#[cfg(test)]
 mod tests {
     #[test]
-    fn it_works() {
-    }
+    fn it_works() {}
 }
 "#);