Skip to content

Commit

Permalink
include is in the search path
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 23, 2009
1 parent c85f726 commit 812a445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/pmc/array.t
Expand Up @@ -18,7 +18,7 @@ Tests the PhpArray PMC.
.sub main :main
$P0 = loadlib "pipp_group"

.include 'include/test_more.pir'
.include 'test_more.pir'

plan(91)

Expand Down
2 changes: 1 addition & 1 deletion t/pmc/boolean.t
Expand Up @@ -18,7 +18,7 @@ Tests C<PhpBoolean> PMC.
.sub 'main' :main
$P0 = loadlib "pipp_group"

.include "include/test_more.pir"
.include "test_more.pir"

plan(2)

Expand Down
2 changes: 1 addition & 1 deletion t/pmc/null.t
Expand Up @@ -18,7 +18,7 @@ Tests C<PhpNull> PMC.
.sub 'main' :main
$P0 = loadlib "pipp_group"

.include "include/test_more.pir"
.include "test_more.pir"

plan(2)

Expand Down

0 comments on commit 812a445

Please sign in to comment.