Commit db77caf
Ahmed Bilal
Fix: Remove early return after deleting object in replace mode
The previous implementation would delete the existing object but then
skip writing the replacement due to 'continue' statement. This caused
the roottest-main-SimpleRootmv1 tests to fail.
Now after deleting, the code flows through to write the new object.1 parent 86a3691 commit db77caf
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
717 | | - | |
718 | 716 | | |
719 | 717 | | |
720 | 718 | | |
| |||
0 commit comments