Skip to content

Commit

Permalink
be realistic, the current kakapo installs to library/library/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed May 22, 2010
1 parent c09eb14 commit 0afc3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/harness
@@ -1,7 +1,7 @@
#! parrot-nqp

INIT {
pir::load_bytecode('kakapo_full.pbc');
pir::load_bytecode('library/kakapo_full.pbc');
Nqp::compile_file('t/testlib/matrixtest.nqp');
}

Expand Down
2 changes: 1 addition & 1 deletion t/sanity.t
@@ -1,7 +1,7 @@
#! parrot-nqp

INIT {
pir::load_bytecode('kakapo_full.pbc');
pir::load_bytecode('library/kakapo_full.pbc');
}

class Test::Sanity is UnitTest::Testcase;
Expand Down

0 comments on commit 0afc3ad

Please sign in to comment.