Navigation Menu

Skip to content

Commit

Permalink
The pragma .loadlib conflicts with running via --run-pir
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 4, 2009
1 parent bd1c7f3 commit 63e6188
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions t/pmc/array.t
Expand Up @@ -15,8 +15,6 @@ Tests the PhpArray PMC.

=cut

.loadlib 'pipp_group'

.sub main :main
$P0 = loadlib "pipp_group"

Expand Down
2 changes: 0 additions & 2 deletions t/pmc/null.t
Expand Up @@ -15,8 +15,6 @@ Tests C<PhpNull> PMC.

=cut

.loadlib "pipp_group"

.sub 'main' :main
$P0 = loadlib "pipp_group"

Expand Down

0 comments on commit 63e6188

Please sign in to comment.