Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Keep MOP in sync with JVM port.
  • Loading branch information
jnthn committed Feb 1, 2013
1 parent f7f8eb6 commit 670bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/how/NQPClassHOW.pm
Expand Up @@ -346,7 +346,7 @@ knowhow NQPClassHOW {

# Provided we have immediate parents...
my @result;
if @immediate_parents {
if nqp::elems(@immediate_parents) {
if nqp::elems(@immediate_parents) == 1 {
@result := compute_c3_mro(@immediate_parents[0]);
} else {
Expand Down

0 comments on commit 670bb6f

Please sign in to comment.