This commit is contained in:
Dmitry Vasilev
2023-05-17 16:55:13 +03:00
parent 409d34a24b
commit f75220747c
3 changed files with 21 additions and 7 deletions

View File

@@ -3232,7 +3232,7 @@ const y = x()`
assert_equal(state.eval_cxt.io_cache.length, 0)
}),
test_only('record io discard prev execution', () => {
test('record io discard prev execution', () => {
// Populate cache
const i = test_initial_state(`Math.random(0)`)