Skip to content

Commit

Permalink
[t] Make t/tools/pbc_disassemble.t pass on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Jan 7, 2011
1 parent b5922fd commit 4523ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/tools/pbc_disassemble.t
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ my $errorregex = <<OUTPUT;
/Error during disassembly\nPackFile_Header_validate: This is not a valid Parrot bytecode file./m
OUTPUT

disassemble_raw_output_like( "-o del.pasm pbc_disassemble", $errorregex, "pbc_disassemble bad bytecode file");
disassemble_raw_output_like( "-o del.pasm pbc_disassemble$PConfig{exe}", $errorregex, "pbc_disassemble bad bytecode file");

disassemble_output_like( <<PIR, "pir", qr/PMC_CONST.*set_n_nc.*print_n/ms, 'pbc_disassemble numeric ops');
.sub main :main
Expand Down

0 comments on commit 4523ae7

Please sign in to comment.