This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2025-04-25 12:14:50 +02:00
Code
Issues
Releases
Activity
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 15:12:14 +02:00
fn
main
(
)
{
}
#[
cfg(test)
]
mod
tests
{
#[
test
]
fn
fails
(
)
{
Test initialization
2024-07-25 16:14:38 +02:00
assert!
(
false
)
;
Clean up tests
2024-07-25 15:12:14 +02:00
}
}
Reference in New Issue
Copy Permalink