Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update a couple of tests to track NQP moving to its own HLL namespace.
  • Loading branch information
jnthn committed Mar 6, 2011
1 parent eb5f068 commit 4c71035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/hll/03-exports.t
Expand Up @@ -11,7 +11,7 @@ module ABC {
&ABC::EXPORT::DEFAULT::alpha := &ABC::alpha;
$ABC::EXPORT::DEFAULT::gamma := $ABC::gamma;

my $parrot-comp := pir::compreg__Ps('parrot');
my $parrot-comp := pir::compreg__Ps('nqp');

my $module := $parrot-comp.get_module('ABC');
my %exports := $parrot-comp.get_exports($module);
Expand Down
2 changes: 1 addition & 1 deletion t/hll/04-import.t
Expand Up @@ -11,7 +11,7 @@ module ABC {
ABC::EXPORT::DEFAULT::alpha := ABC::alpha;
$ABC::EXPORT::DEFAULT::gamma := $ABC::gamma;

my $parrot-comp := pir::compreg__Ps('parrot');
my $parrot-comp := pir::compreg__Ps('nqp');

my $module := $parrot-comp.get_module('ABC');
my %exports := $parrot-comp.get_exports($module);
Expand Down

0 comments on commit 4c71035

Please sign in to comment.