Index: tests/zombies/string-perf/prog-normalize.cfa
===================================================================
--- tests/zombies/string-perf/prog-normalize.cfa	(revision fd0a1799edd605d4d425f453cbf773d11bb8d520)
+++ tests/zombies/string-perf/prog-normalize.cfa	(revision 048dde4a01cb471ff794e3c97fc7a3ab2ef5c397)
@@ -126,5 +126,5 @@
         foundPos = find(thing, magicChar);
         if( foundPos == size_thing ) break;
-        string mcOccur = thing(foundPos, foundPos+1)`shareEdits;
+        string mcOccur = thing(foundPos, foundPos+1)`share;
         mcOccur = "";
     }
