Index: tests/collections/string-overwrite.cfa
===================================================================
--- tests/collections/string-overwrite.cfa	(revision 16d7535da9c071e1cb43db0b30c474f12f7953ac)
+++ tests/collections/string-overwrite.cfa	(revision 75a0eaeea15ef680b3adfdecf22e26a345090ef6)
@@ -81,6 +81,6 @@
     assert( ws >= 0 && ws <= we && we <= size(s) );
 
-    string mod = s(ms, ml)`shareEdits;
-    string wit = s(ws, wl)`shareEdits;
+    string mod = s(ms, ml)`share;
+    string wit = s(ws, wl)`share;
 
     string modOld = mod;
