Skip to content

Commit

Permalink
Get rid of some dead code in harness.pir and improve feng shui of the…
Browse files Browse the repository at this point in the history
… TODO file
  • Loading branch information
leto committed Dec 2, 2009
1 parent 1c4c873 commit 5ab847a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion TODO
Expand Up @@ -10,7 +10,10 @@ Please let me know if you start hacking on one of these or if you have any amazi

We also have the option of using proc_exec from the global parrot config

* Use Getopt to have some nice command line options, like --help and --version
* Use Getopt to have some nice command line options, like
--help
--version
--shuffle

* Parse todo/skips/bailout correctly

Expand Down Expand Up @@ -39,6 +42,8 @@ Please let me know if you start hacking on one of these or if you have any amazi

* Tests and implementation for parsing invalid plans

* Tests and implementation for out of order test notification

* Submitting smoke reports to smolder
TAP::Harness::Archive for Parrot

Expand Down
2 changes: 0 additions & 2 deletions t/harness.pir
Expand Up @@ -8,8 +8,6 @@

load_bytecode "Getopt/Obj.pbc"
$S0 = shift argv # get rid of harness.pir in the args list
$I0 = argv
dec $I0

# parse command line args
.local pmc getopts, opts
Expand Down

0 comments on commit 5ab847a

Please sign in to comment.