This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
rust_learning
Watch
1
Star
0
Fork
You've already forked rust_learning
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
823321ee27
rust_learning
/
tests
/
tests
/
integration_test.rs
6 lines
78 B
Rust
Raw
Blame
History
use
tests
;
#[
test
]
fn
it_adds_two
(
)
{
assert_eq!
(
4
,
tests
::
add_two
(
2
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink