Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Feb 18, 2011
1 parent 9ce90f2 commit 6d10918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/harness
@@ -1,7 +1,6 @@
#! parrot-nqp

INIT {
pir::load_bytecode('rosella/core.pbc');
pir::load_bytecode('rosella/tap_harness.pbc');
pir::load_bytecode('rosella/xunit.pbc');
pir::load_bytecode('t/testlib/pla_test.pbc');
Expand All @@ -24,5 +23,5 @@ if ($harness.run_was_success()) {
$harness.add_test_dirs("PIR", 't/pir-subclass');
$harness.run(:run_inline(1));
}
my $output := Rosella::Harness::Output::Console.new();
my $output := Rosella::build(Rosella::Harness::Output::Console);
$output.show_results_summary($harness);

0 comments on commit 6d10918

Please sign in to comment.