Skip to content
Snippets Groups Projects
Commit 3dcc473b authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Igor Munkin
Browse files

test/fuzz: fix a group of errors related to `for`

Running of automatically generated Lua programs sometimes failed
with an errors like:

- "'for' initial value must be a" (12%)
- "'for' limit must be a" (4.5%)
- "'for' step must be a" (0.4%)

The patch fixes these errors.

NO_CHANGELOG=testing
NO_DOC=testing
NO_TEST=testing
parent 5c030c10
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment