Skip to content

Commit

Permalink
Try to fix appveyor test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Aug 12, 2022
1 parent 1fa2c15 commit 6f61dd3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ public void testQueryWorkingSetEx() {

Memory[] mem = new Memory[4];
mem[0] = new Memory(4096);
new Memory(8192); // Try to ensure the memory pages are not adjacent
mem[1] = new Memory(4096);
new Memory(8192); // Try to ensure the memory pages are not adjacent
mem[3] = new Memory(4096);

try {
Expand Down

0 comments on commit 6f61dd3

Please sign in to comment.