Skip to content

Commit

Permalink
Minir bug fixes, so that t/string/concat.t passes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongwe Qiu committed May 16, 2011
1 parent cfabfeb commit 808c71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/String.pir
Expand Up @@ -841,7 +841,7 @@ Should replace vec with declared arrays of bit, uint2, uint4, etc.
.sub 'infix:<<' :multi('CardinalString',_) .sub 'infix:<<' :multi('CardinalString',_)
.param pmc s .param pmc s
.param pmc item .param pmc item
s = concat s, item s.'concat'(item)
.return(s) .return(s)
.end .end
Expand Down

0 comments on commit 808c71c

Please sign in to comment.