mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
clang-tidy: modernize-use-nullptr (NFC)
This commit is contained in:
@@ -77,5 +77,5 @@ TEST_F(CommandRequirementsTest, DefaultCommandRequirementErrorTest) {
|
||||
|
||||
requirement1.SetDefaultCommand(std::move(command1));
|
||||
|
||||
EXPECT_TRUE(requirement1.GetDefaultCommand() == NULL);
|
||||
EXPECT_TRUE(requirement1.GetDefaultCommand() == nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user