Skip to content
Snippets Groups Projects
Commit fa847bb4 authored by Marek Vasut's avatar Marek Vasut Committed by Simon Glass
Browse files

test: Wrap assert macros in ({ ... }) and fix missing semicolons


Wrap the assert macros in ({ ... }) so they can be safely used both as
right side argument as well as in conditionals without curly brackets
around them. In the process, find a bunch of missing semicolons, fix
them.

Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@mailbox.org>
parent 20aaff67
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