add some failing tests

This commit is contained in:
Folkert 2021-01-16 20:02:23 +01:00
parent 0cac94d11d
commit 4dd7ea1356
2 changed files with 77 additions and 4 deletions

View file

@ -583,7 +583,7 @@ pub fn sort_can_defs(
}
let successors_of_group = |group_id: &usize| {
let mut result = ImSet::default();
let mut result = MutSet::default();
// for each symbol in this group
for symbol in &groups[*group_id] {