mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-16 03:17:50 +08:00
tests: empty parentheses were disambiguated as a function declaration
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
TEST_F(FeasibilityCheckerTest, instantiation)
|
||||
{
|
||||
FeasibilityChecker checker();
|
||||
FeasibilityChecker checker;
|
||||
}
|
||||
|
||||
TEST_F(FeasibilityCheckerTest, mission_item_validity)
|
||||
|
||||
Reference in New Issue
Block a user