Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / bench_string_append.nit
index b7df069..2fec554 100644 (file)
@@ -14,9 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#alt1 import core
-#alt1 import core::text::ropes
-
 var n = 4
 if not args.is_empty then
        n = args.first.to_i
@@ -26,7 +23,6 @@ var s = "*"
 var i = 0
 while i < n do
        var s2: Buffer = new FlatBuffer.from("Je dis «")
-       #alt1 s2 = new RopeBuffer.from("Je dis «")
        s2.append(s)
        s2.append("» et redis «")
        s2.append(s)