Skip to content

Commit 59955f8

Browse files
author
nullnominal
committed
Fix btest/CI
1 parent 5be2542 commit 59955f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/btest.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ pub unsafe fn execute_test(
136136
Target::Mos6502_Posix => c!("6502"),
137137
// TODO: ILasm_Mono may collide with Gas_x86_64_Windows if we introduce parallel runner
138138
Target::ILasm_Mono => c!("exe"),
139+
Target::Custom => todo!()
139140
});
140141
let stdout_path = temp_sprintf(c!("%s/%s.%s.stdout.txt"), GARBAGE_FOLDER, name, target.name());
141142
cmd_append! {

0 commit comments

Comments
 (0)