Index: tests/zombies/string-perf/prog-normalize.cfa
===================================================================
--- tests/zombies/string-perf/prog-normalize.cfa	(revision 08ed947af051ae1e41a9e6ea2e12083cdfeec661)
+++ tests/zombies/string-perf/prog-normalize.cfa	(revision 2572addbb8aee3c5431c49eb112bb76eed2c97b2)
@@ -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 = "";
     }
