From 9ff1b660f1a9168d011fc663c3d399196dc558d1 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 5 Jul 2023 18:11:09 -0600 Subject: [PATCH] correct heap_print.rs tests --- src/heap_print.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/heap_print.rs b/src/heap_print.rs index 7e628949..e17eecd8 100644 --- a/src/heap_print.rs +++ b/src/heap_print.rs @@ -1676,7 +1676,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0) ); @@ -1706,7 +1705,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0) ); @@ -1731,7 +1729,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0) ); @@ -1745,7 +1742,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0) ); @@ -1777,7 +1773,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0), ); @@ -1797,7 +1792,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0), ); @@ -1815,7 +1809,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0) ); @@ -1846,7 +1839,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0) ); @@ -1870,7 +1862,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), pstr_loc_as_cell!(0) ); @@ -1899,7 +1890,6 @@ mod tests { &mut wam.machine_st.atom_tbl, &mut wam.machine_st.stack, &wam.op_dir, - wam.machine_st.flags, PrinterOutputter::new(), heap_loc_as_cell!(0), ); -- 2.54.0