Skip to content

Commit

Permalink
do not print value in a non-reproducible test
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Nov 19, 2024
1 parent 1b7c029 commit c57cedf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/sym/table.t
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
table stuff:
$ owi sym table.wat --deterministic-result-order
$ owi sym table.wat --deterministic-result-order --no-value
Trap: unreachable
Model:
(model
(symbol_0 (i32 0))
(symbol_1 (i32 0)))
(symbol_0 i32)
(symbol_1 i32))
Trap: undefined element
Model:
(model
(symbol_0 (i32 0))
(symbol_1 (i32 -2147483648)))
(symbol_0 i32)
(symbol_1 i32))
Reached 2 problems!
[13]

0 comments on commit c57cedf

Please sign in to comment.