Skip to content

Commit 2dc4040

Browse files
remove minor mistypes in func names
1 parent d532ea5 commit 2dc4040

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/typecheck.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ mod tests {
136136
use super::*;
137137

138138
#[test]
139-
fn serialize_calyx_go_down_transaction() {
140-
// Manually create the expected result of parsing `calyx_go_down`.
139+
fn serialize_calyx_go_done_transaction() {
140+
// Manually create the expected result of parsing `calyx_go_done`.
141141
// Note that the order in which things are created will be different in the parser.
142142

143143
// TODO: create this into function that factors our the code to put src code into IR

tests/calyx_go_done.prot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// need to implement parsing for struct + input type
21
fn calyx_go_done(in ii: u32, out oo: u32) {
32
dut.ii := ii;
43
dut.go := 1;

0 commit comments

Comments
 (0)