tests: Added Unicode sources to regex test
[nit.git] / tests / test_arr_tos_ropes.nit
index 3f080c1..4615cf6 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 import standard
-intrude import standard::ropes
+intrude import standard::text::ropes
 
 var rp: String = new Concat("xxx", "yyy")
 rp += "zzz"