Skip to content

Commit

Permalink
fix TimeStampedWeakValueHashMap test
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed May 16, 2014
1 parent 9dfa4e7 commit 996d6f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ class TimeStampedHashMapSuite extends FunSuite {
map("k1") = strongRef
map("k2") = "v2"
map("k3") = "v3"
assert(map("k1") === strongRef)
val isEquals = map("k1") == strongRef
assert(isEquals)

// clear strong reference to "k1"
strongRef = null
Expand Down

0 comments on commit 996d6f9

Please sign in to comment.