Skip to content

Commit

Permalink
Fix test result
Browse files Browse the repository at this point in the history
  • Loading branch information
chambart authored and zapashcanon committed Jun 14, 2024
1 parent 20ee63d commit 82c1b6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion example/conc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ Let's see if owi is able to find a value for `x` that lead to an error:

```sh
$ owi conc ./mini.wat
OK
Trap: unreachable
Model:
(model
(symbol_1 (i32 6)))
Reached problem!
[13]
```

Indeed, if `x` is equal to `6` then, the `unreachable` instruction will be reached.
Expand Down

0 comments on commit 82c1b6a

Please sign in to comment.