This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-26 00:00:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
26cf4989a2
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 16:12:14 +03:00
fn
main
(
)
{
}
#[
cfg(test)
]
mod
tests
{
#[
test
]
fn
fails
(
)
{
Test initialization
2024-07-25 17:14:38 +03:00
assert!
(
false
)
;
Clean up tests
2024-07-25 16:12:14 +03:00
}
}
Reference in a new issue
Copy permalink