Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / test_arr_tos_ropes.nit
index 4615cf6..3165543 100644 (file)
@@ -12,8 +12,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import standard
-intrude import standard::text::ropes
+import core
+intrude import core::text::ropes
 
 var rp: String = new Concat("xxx", "yyy")
 rp += "zzz"