Skip to content
Snippets Groups Projects
Commit 6c822313 authored by zhaixiaojuan's avatar zhaixiaojuan Committed by Kevin Daudt
Browse files

testing/lua-inet: fix inet check error

> Checking test/inet.lua                            5 warnings
>
>     test/inet.lua:161:9: 'not (x > y)' can be replaced by 'x <= y' (if neither side is a table or NaN)
>     test/inet.lua:165:9: 'not (x > y)' can be replaced by 'x <= y' (if neither side is a table or NaN)
>     test/inet.lua:166:9: 'not (x < y)' can be replaced by 'x >= y' (if neither side is a table or NaN)
>     test/inet.lua:167:9: 'not (x < y)' can be replaced by 'x >= y' (if neither side is a table or NaN)
>     test/inet.lua:171:9: 'not (x <= y)' can be replaced by 'x > y' (if neither side is a table or NaN)
>
> Total: 5 warnings / 0 errors in 11 files
> make: *** [Makefile:6: test] Error 123
parent 06a2f7ed
No related branches found
No related tags found
Loading
Checking pipeline status
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