Merge: Stricter default arguments
[nit.git] / tests / bench_string_append.nit
index c99dc83..6b7a459 100644 (file)
@@ -15,9 +15,9 @@
 # limitations under the License.
 
 #alt1 import standard
-#alt1 import standard::ropes
+#alt1 import standard::text::ropes
 
-var n = 7
+var n = 4
 if not args.is_empty then
        n = args.first.to_i
 end