You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(test): Replace duplicated code with loops
Some tests in memory.rs were runnign effectively the same test scenario
twice, the only difference being the state of dirty page tracking. Just
use a loop over the two boolean values here to avoid the copy-paste.
Also remove a leftover test that was referring to "guard pages", but
actually only repeated one of the dirty page tracking blocks. Guard
pages were removed in 71cf036.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments