Should not use `assert` with expressions with side-effect; ref #49812.1.1-rc2
commit5e01674b72cf8205a94e157af893dcd34e27a306
authorYukihiro "Matz" Matsumoto <[email protected]>
Tue, 28 Apr 2020 13:36:32 +0000 (28 22:36 +0900)
committerHiroshi Mimaki <[email protected]>
Thu, 7 May 2020 00:37:02 +0000 (7 09:37 +0900)
tree57b431826d3fe988ab23c66ff5b2c08abc3ba1c0
parentb652a4ff1426d8832f2678e7a00de43b3b0aea4c
Should not use `assert` with expressions with side-effect; ref #4981

`assert()` can be completely removed when `NDEBUG` is set.
mrbgems/mruby-io/test/mruby_io_test.c