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:
committed by
Laurent Pinchart
parent
696aefe0c9
commit
e0fd0169ad
@@ -113,4 +113,4 @@ private:
|
||||
|
||||
} /* namespace */
|
||||
|
||||
TEST_REGISTER(MappedBufferTest);
|
||||
TEST_REGISTER(MappedBufferTest)
|
||||
|
||||
Reference in New Issue
Block a user