We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a569d9 commit a7dae4fCopy full SHA for a7dae4f
src/typecheck.rs
@@ -202,7 +202,7 @@ mod tests {
202
}
203
204
#[test]
205
- fn typecheck_calyx_go_down_transaction() {
+ fn typecheck_calyx_go_done_transaction() {
206
let mut handler = DiagnosticHandler::new();
207
let (calyx_go_done, symbols) = create_calyx_go_done_transaction(&mut handler);
208
type_check(&calyx_go_done, &symbols, &mut handler);
0 commit comments