diff options
| author | mo8it <mo8it@proton.me> | 2024-07-25 15:12:14 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-25 15:12:14 +0200 |
| commit | 8fec5155c735efe791ba2fdbaa7a562bf3e0ddea (patch) | |
| tree | 47e9510337546373e5dbd104a602653de9a90b77 /tests/fixture/failure/Cargo.toml | |
| parent | 3f49decce947ff7f1d30b53cf22fc2a0bce820f6 (diff) | |
Clean up tests
Diffstat (limited to 'tests/fixture/failure/Cargo.toml')
| -rw-r--r-- | tests/fixture/failure/Cargo.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/fixture/failure/Cargo.toml b/tests/fixture/failure/Cargo.toml deleted file mode 100644 index 7ee2f06..0000000 --- a/tests/fixture/failure/Cargo.toml +++ /dev/null @@ -1,20 +0,0 @@ -[package] -name = "failure" -edition = "2021" -publish = false - -[[bin]] -name = "compFailure" -path = "exercises/compFailure.rs" - -[[bin]] -name = "compNoExercise" -path = "exercises/compNoExercise.rs" - -[[bin]] -name = "testFailure" -path = "exercises/testFailure.rs" - -[[bin]] -name = "testNotPassed" -path = "exercises/testNotPassed.rs" |
