projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d4f7c1
)
Fix tests
author
George Burton
<burtonageo@gmail.com>
Thu, 10 Aug 2017 21:19:41 +0000
(22:19 +0100)
committer
George Burton
<burtonageo@gmail.com>
Thu, 10 Aug 2017 21:19:41 +0000
(22:19 +0100)
tests/new.rs
patch
|
blob
|
history
diff --git
a/tests/new.rs
b/tests/new.rs
index 0e95caf029b65dba108729f55a01e01ed36ec56b..9e833712adc7f3084988d98ee0f41d803eca61e5 100644
(file)
--- a/
tests/new.rs
+++ b/
tests/new.rs
@@
-38,8
+38,7
@@
fn simple_lib() {
assert_eq!(contents, r#"#[cfg(test)]
mod tests {
#[test]
- fn it_works() {
- }
+ fn it_works() {}
}
"#);