This website requires JavaScript.
Explore
Help
Sign in
notohh
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/notohh/rustlings.git
synced
2024-11-22 22:02:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
24aed1b14e
rustlings
/
tests
/
test_exercises
/
exercises
/
test_failure.rs
10 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Clean up tests
2024-07-25 09:12:14 -04:00
fn
main
(
)
{
}
#[
cfg(test)
]
mod
tests
{
#[
test
]
fn
fails
(
)
{
Test initialization
2024-07-25 10:14:38 -04:00
assert!
(
false
)
;
Clean up tests
2024-07-25 09:12:14 -04:00
}
}
Reference in a new issue
Copy permalink