Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update object_.d
Browse files Browse the repository at this point in the history
  • Loading branch information
monarchdodra committed Jul 8, 2013
1 parent 4f5aa46 commit f812d37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/object_.d
Expand Up @@ -2624,8 +2624,7 @@ unittest

//With assumeSafeAppend. Appending overwrites.
int[] c = a [0 .. 3];
c.assumeSafeAppend();
c ~= 5;
c.assumeSafeAppend() ~= 5;
assert(a.ptr == c.ptr);
}

Expand Down

0 comments on commit f812d37

Please sign in to comment.