mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
refactor: Require semicolon at end of test macros
This commit is contained in:
@@ -82,7 +82,8 @@ namespace BlackMiscTest
|
||||
}
|
||||
} // ns
|
||||
|
||||
BLACKTEST_APPLESS_MAIN(BlackMiscTest::CTestAircraftParts)
|
||||
//! main
|
||||
BLACKTEST_APPLESS_MAIN(BlackMiscTest::CTestAircraftParts);
|
||||
|
||||
#include "testaircraftparts.moc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user