Skip to content

Commit

Permalink
[basm] Fix tests by adding some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty/Benediction committed Nov 11, 2024
1 parent e2d4248 commit ea7586b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified cpclib-basm/LOADER.BAS
Binary file not shown.
3 changes: 2 additions & 1 deletion cpclib-basm/tests/real_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ fn manual_cleanup() {
"hello1.bin",
"hello2.bin",
"hello3.bin",
"lst.tmp"
"lst.tmp",
"TESTASCII.DSK"
] {
let p = std::path::Path::new(fname);
if p.exists() {
Expand Down

0 comments on commit ea7586b

Please sign in to comment.