Skip to content

Commit

Permalink
More determinism in test memory.t
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab authored and zapashcanon committed Feb 21, 2024
1 parent c535389 commit 06853e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sym/memory.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ memory stuff:
(symbol_0 (i32 1)))
Reached problem!
[13]
$ dune exec owi -- sym store.wat
$ dune exec owi -- sym store.wat --no-value
Trap: out of bounds memory access
Model:
(model
(symbol_0 (i32 2146549760)))
(symbol_0 i32))
Reached problem!
[13]
$ dune exec owi -- sym memory2.wat
Expand Down

0 comments on commit 06853e2

Please sign in to comment.