Skip to content

Commit

Permalink
fix the sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Dec 3, 2009
1 parent bc3e0d2 commit 3659aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/00-sanity.t
Expand Up @@ -10,7 +10,7 @@ sub MAIN () {
c = compreg 'parrot'
c.'import'('Test::More')
};
plan(1);
plan(2);
ok(1, "Test harness works");

load_linalg_group();
Expand All @@ -19,7 +19,7 @@ sub MAIN () {
sub load_linalg_group() {
Q:PIR {
.local pmc pla
pla = loadlib "./linalg_group"
pla = loadlib "./dynext/linalg_group"
if pla goto has_linalg_group
ok(0, "loading linalg_group failed")
has_linalg_group:
Expand Down

0 comments on commit 3659aaf

Please sign in to comment.