mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpiutil] Upgrade to LLVM 17.0.1 (#5482)
This commit is contained in:
@@ -164,7 +164,9 @@ TEST_F(JsonComparisonValuesTest, NotEqual)
|
||||
EXPECT_EQ(nullptr != j_null, !(nullptr == j_null));
|
||||
}
|
||||
|
||||
TEST_F(JsonComparisonValuesTest, Less)
|
||||
// Disabled because serialization order isn't guaranteed by the underlying map
|
||||
// container
|
||||
TEST_F(JsonComparisonValuesTest, DISABLED_Less)
|
||||
{
|
||||
static const std::vector<std::vector<bool>> expected =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user