Skip to content

Commit

Permalink
Fix test to use size_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Mar 1, 2011
1 parent 8ee190a commit a47637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compilable/interpret3.d
Expand Up @@ -342,7 +342,7 @@ static assert(!is(typeof(compiles!(badslice3([1,2,3])))));

/*******************************************/

int bug5524(int x, int[] more...)
size_t bug5524(int x, int[] more...)
{
int[0] zz;
assert(zz.length==0);
Expand Down

0 comments on commit a47637b

Please sign in to comment.