stdlib: underscore-prefix String.core

Swift SVN r20411
This commit is contained in:
Dmitri Hrybenko
2014-07-23 16:28:57 +00:00
parent 7a3e406ed3
commit 766c9816de
14 changed files with 33 additions and 33 deletions

View File

@@ -10,10 +10,10 @@ func testReallocation() {
var reallocations = 0
for i in 0..<laps {
for s in x {
var lastBase = story.core._baseAddress
var lastBase = story._core._baseAddress
story += " "
story += s
if lastBase != story.core._baseAddress {
if lastBase != story._core._baseAddress {
++reallocations
// To avoid dumping a vast string here, just write the first