mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
tests: empty parentheses were disambiguated as a function declaration
This commit is contained in:
parent
8ebf47edb1
commit
fafcdbf4ed
@ -87,7 +87,7 @@ public:
|
||||
|
||||
TEST_F(FeasibilityCheckerTest, instantiation)
|
||||
{
|
||||
FeasibilityChecker checker();
|
||||
FeasibilityChecker checker;
|
||||
}
|
||||
|
||||
TEST_F(FeasibilityCheckerTest, mission_item_validity)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user