Skip to content

Commit a7dae4f

Browse files
committed
minor fix to calyx_go_done name
1 parent 5a569d9 commit a7dae4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typecheck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ mod tests {
202202
}
203203

204204
#[test]
205-
fn typecheck_calyx_go_down_transaction() {
205+
fn typecheck_calyx_go_done_transaction() {
206206
let mut handler = DiagnosticHandler::new();
207207
let (calyx_go_done, symbols) = create_calyx_go_done_transaction(&mut handler);
208208
type_check(&calyx_go_done, &symbols, &mut handler);

0 commit comments

Comments
 (0)