commit | 43c336b106c36a727d527d9509c07e95dbf9db28 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:41 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:45 2020 -0700 |
tree | 001864ea8ca3fe725d0bc8ec3eed9a3e671ab1ba | |
parent | 2f9a612ea0f3ae19cf1f111f016d21971033ed06 [diff] |
test: Add underscore prefix to macro parameters If a test happens to use the same variable as the macro parameter the macro does not work as intended. Add an underscore to guard against this. Signed-off-by: Simon Glass <sjg@chromium.org>