mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-14 20:19:30 +01:00
Add not passing integration test
This commit is contained in:
4
tests/fixture/failure/testNotPassed.rs
Normal file
4
tests/fixture/failure/testNotPassed.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
#[test]
|
||||
fn not_passing() {
|
||||
assert!(false);
|
||||
}
|
||||
Reference in New Issue
Block a user