online_ide: imports nitc (symlinked from contrib)
[nit.git] / tests / bench_string_append.nit
index c99dc83..b7df069 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#alt1 import standard
-#alt1 import standard::ropes
+#alt1 import core
+#alt1 import core::text::ropes
 
-var n = 7
+var n = 4
 if not args.is_empty then
        n = args.first.to_i
 end