Skip to content

Commit 0998ee3

Browse files
authored
Update TestEval.scala
1 parent 5adf3ec commit 0998ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/TestEval.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TestEval extends AnyFunSuite {
3939
}
4040

4141
// TODO: the power test can be used to test the stack
42-
// For now: 2^10 works, 2^100 results in 0 (TODO: why?),
42+
// For now: 2^10 works, but 2^31 * 2 = 0 and it's 0 for all the above, so maybe not a good benchmark(?)
4343
// and 2^1000 results in a stack overflow
4444
test("ack") { testFile("./benchmarks/wasm/ack.wat", Some("real_main"), ExpInt(7)) }
4545
test("power") { testFile("./benchmarks/wasm/pow.wat", Some("real_main"), ExpInt(1024)) }

0 commit comments

Comments
 (0)