Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Jul 28, 2017
1 parent 9a79f66 commit a01a8da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public void leaky() throws Exception {
List<Object> stack = Arrays.asList((Object[])objectsField.get(stackField.get(co)));

// System.out.println(stack);
// assertThat(stack, not(hasItem(leaked)));
assertThat(stack, everyItem(nullValue()));
assertThat(stack, not(hasItem(leaked)));
// assertThat(stack, everyItem(nullValue()));

// WeakReference<String> ref = new WeakReference<>(leaked);
// leaked = null;
Expand Down

0 comments on commit a01a8da

Please sign in to comment.