Skip to content

Commit

Permalink
main no longer contains an "end" opcode, fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Aug 29, 2011
1 parent 58f04ba commit 00926ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/tools/pbc_dump.t
Expand Up @@ -175,7 +175,7 @@ close $pir_i;
system($PARROT, '-o', $pbc_file, $pir_file);

# Test -n option
dump_raw_output_like("-n " . $pbc_file, qr/0003: end/s, "pbc_dump -n command");
dump_raw_output_like("-n " . $pbc_file, qr/0003: returncc/s, "pbc_dump -n command");

# Test -t option
dump_raw_output_like("-t " . $pbc_file, qr/HEADER.*DIRECTORY.*BYTECODE.*CONSTANT/s, "pbc_dump -t command");
Expand Down

0 comments on commit 00926ad

Please sign in to comment.