Bug 1610193 followup - update test for fixed behavior

Differential Revision: https://phabricator.services.mozilla.com/D62469
This commit is contained in:
Steve Fink 2020-02-11 20:08:29 +02:00
Родитель 897b14485f
Коммит 24dd8470c3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -552,9 +552,9 @@ function blackDuringGray() {
showmarks();
marks = getMarks();
assertEq(marks[0], "gray", "map is gray");
assertEq(marks[1], "black", "key inherits black even though in gray marking");
assertEq(marks[1], "gray", "delegate marks key but map is gray, so key gets gray");
assertEq(marks[2], "black", "delegate is still black");
assertEq(marks[3], "gray", "gray map + black key => gray value");
assertEq(marks[3], "gray", "gray map + gray key => gray value");
clearMarkQueue();
clearMarkObservers();