X-Git-Url: http://nitlanguage.org diff --git a/tests/test_arr_tos_ropes.nit b/tests/test_arr_tos_ropes.nit index 3f080c1..3165543 100644 --- a/tests/test_arr_tos_ropes.nit +++ b/tests/test_arr_tos_ropes.nit @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import standard -intrude import standard::ropes +import core +intrude import core::text::ropes var rp: String = new Concat("xxx", "yyy") rp += "zzz"