Skip to content

Commit 42c8943

Browse files
Flippchenmfloto
andcommitted
Removed Todos
Co-authored-by: mfloto <[email protected]>
1 parent 1608f2a commit 42c8943

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/src/tests/wonky_assignments_class.rs

+6-6
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fn wonky_assignments_class() -> Class {
9595
)),
9696
Type::Bool,
9797
))),
98-
Type::Bool, //TODO: should be Void
98+
Type::Bool,
9999
),
100100
TypedStmt(
101101
Box::new(LocalVarDecl(Type::Int, "i".to_string())),
@@ -125,7 +125,7 @@ fn wonky_assignments_class() -> Class {
125125
)),
126126
Type::Int,
127127
))),
128-
Type::Int, // TODO: should be Void
128+
Type::Int,
129129
),
130130
TypedStmt(
131131
Box::new(LocalVarDecl(Type::Int, "k".to_string())),
@@ -139,7 +139,7 @@ fn wonky_assignments_class() -> Class {
139139
)),
140140
Type::Int,
141141
))),
142-
Type::Int, //TODO: should be Void
142+
Type::Int,
143143
),
144144
TypedStmt(
145145
Box::new(StmtExprStmt(TypedStmtExpr(
@@ -177,7 +177,7 @@ fn wonky_assignments_class() -> Class {
177177
)),
178178
Type::Bool,
179179
))),
180-
Type::Bool, //TODO: should be Void
180+
Type::Bool,
181181
),
182182
TypedStmt(
183183
Box::new(If(
@@ -192,9 +192,9 @@ fn wonky_assignments_class() -> Class {
192192
Some(Box::new(TypedStmt(
193193
Box::new(Return(TypedExpr(
194194
Box::new(LocalVar("k".to_string())),
195-
Type::Int, //TODO: Bool?
195+
Type::Int,
196196
))),
197-
Type::Int, // TODO: Bool?
197+
Type::Int,
198198
))),
199199
)),
200200
Type::Int,

0 commit comments

Comments
 (0)