test: Omit extra semicolons
TEST_REGISTER macro is main function. The end semicolon with the macro is unnecessary. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
696aefe0c9
commit
e0fd0169ad
20 changed files with 21 additions and 21 deletions
|
@ -75,4 +75,4 @@ int FormatHandlingTest::run()
|
|||
return TestPass;
|
||||
}
|
||||
|
||||
TEST_REGISTER(FormatHandlingTest);
|
||||
TEST_REGISTER(FormatHandlingTest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue