Skip to content

Commit

Permalink
64 bit port
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Aug 1, 2011
1 parent ba4e81d commit c1a9744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compilable/interpret3.d
Expand Up @@ -2167,7 +2167,7 @@ struct A6399{
{
arr = [1,2,3,4,5];
arr.length -= 1;
return arr.length;
return cast(int)arr.length;
}
}

Expand Down

0 comments on commit c1a9744

Please sign in to comment.