Delete spurious commas.

This commit is contained in:
Dan Gohman
2019-11-08 16:26:58 -08:00
parent dd27237c74
commit 31f8f124f5
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ where
actual_regs.mark_used(*gpr);
}
}
assert_eq!(actual_regs, ctx.block_state.regs,);
assert_eq!(actual_regs, ctx.block_state.regs);
}
};
}