mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 04:10:36 +08:00
IntegerSpec test name fix
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <uavcan/internal/marshalling/types.hpp>
|
||||
|
||||
|
||||
TEST(Integer, Limits)
|
||||
TEST(IntegerSpec, Limits)
|
||||
{
|
||||
using uavcan::IntegerSpec;
|
||||
using uavcan::SignednessSigned;
|
||||
@@ -48,7 +48,7 @@ TEST(Integer, Limits)
|
||||
}
|
||||
|
||||
|
||||
TEST(Integer, Basic)
|
||||
TEST(IntegerSpec, Basic)
|
||||
{
|
||||
using uavcan::IntegerSpec;
|
||||
using uavcan::SignednessSigned;
|
||||
|
||||
Reference in New Issue
Block a user