Skip to content

Commit

Permalink
[pge] One more test
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/pge_no_namespace_methods@43506 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
tene committed Jan 20, 2010
1 parent 25bb23f commit db3da5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/compilers/pge/pge_examples.t
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ END_FASTA
# print code
.local pmc fasta_rule
fasta_rule = get_global ['Bio';'Fasta'], "databank"
fasta_rule = get_global ['Bio'], 'Fasta'
fasta_rule = find_method fasta_rule, "databank"
.local pmc match
( match ) = fasta_rule( fasta )
Expand Down

0 comments on commit db3da5e

Please sign in to comment.