Skip to content

Commit

Permalink
port testgc2 to 64 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 29, 2011
1 parent a50ffde commit 1093c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/testgc2.d
Expand Up @@ -19,7 +19,7 @@ void test1()
printf("This should not take a while\n");
try
{
long[] l = new long[size_t.max];
long[] l = new long[ptrdiff_t.max];
assert(0);
}
catch (OutOfMemoryError o)
Expand Down

0 comments on commit 1093c7d

Please sign in to comment.