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 7611631c1ed3f861feb1c82089e4604ab0d74177)
@@ -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 = "";
     }
