Skip to content

Commit

Permalink
remove references to PASM, historical comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed May 5, 2012
1 parent d5004b9 commit 22b9866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/op/literal-old.t
Expand Up @@ -9,7 +9,7 @@ use Parrot::Test tests => 1;

=head1 NAME
t/op/literal.t - Testing the PIR and PASM lexer
t/op/literal.t - Testing the PIR lexer
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions t/pmc/resizablestringarray.t
Expand Up @@ -1207,9 +1207,9 @@ exception:
.end

#
# a test with a sparse array. this converted from PASM from the original
# ResizableStringArray tests.
# a test with a sparse array.
#

.sub sparse
.local pmc array
array = new ['ResizableStringArray']
Expand Down

0 comments on commit 22b9866

Please sign in to comment.