X-Git-Url: http://nitlanguage.org diff --git a/tests/test_string_long.nit b/tests/test_string_long.nit index 04655ba..6bfb034 100644 --- a/tests/test_string_long.nit +++ b/tests/test_string_long.nit @@ -14,10 +14,14 @@ # See the License for the specific language governing permissions and # limitations under the License. +#alt1 import standard +#alt1 import standard::ropes var s = "Bonjour !\n" -var r = new FlatBuffer.with_capacity(50) -var r2 = new FlatBuffer +var r: Buffer = new FlatBuffer.with_capacity(50) +#alt1 r = new RopeBuffer +var r2: Buffer = new FlatBuffer +#alt1 r2 = new RopeBuffer var i = 0 while i < 5000 do