Skip to content

Commit

Permalink
Remove deduplicate_with_hash_set test
Browse files Browse the repository at this point in the history
  • Loading branch information
IamTheCarl committed Mar 6, 2024
1 parent a28c707 commit 45b5814
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions crates/fj-core/src/objects/object_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,18 +268,6 @@ mod tests {
// shouldn't do that in this case.
}

#[test]
fn deduplicate_with_hashset() {
let mut core = Core::new();

let bare_cycle = Cycle::new([]);
let cycle = bare_cycle.insert(&mut core);

let standard_set = HashSet::from([cycle.clone(), cycle.clone()]);

assert_eq!(standard_set, [cycle].into());
}

#[test]
fn object_set_from_handle_wrappers() {
let mut core = Core::new();
Expand Down

0 comments on commit 45b5814

Please sign in to comment.