Skip to content

Commit 080483d

Browse files
committed
rm comment
1 parent 0a8e4bf commit 080483d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/wasm/MiniWasmTFP.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ case class EvaluatorTFP(module: ModuleInstance) {
155155
*/
156156
case Resume0() =>
157157
val (resume: ContV[Ans]) :: newStack = stack
158-
// no test fail if we pass in
159158
resume.k(List(), s => kont(s, mkont), hs)
160159
/*
161160
val (resume: ContV[Ans]) :: newStack = stack

0 commit comments

Comments
 (0)