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