Use bundled gtest (#4900)
* Suggest to use gtest bundled with dmlc * Use dmlc bundled gtest in all CI scripts * Make clang-tidy to use dmlc embedded gtest
This commit is contained in:
committed by
Philip Hyunsu Cho
parent
095de3bf5f
commit
80977182c5
@@ -31,7 +31,7 @@ TEST(EnumClassParam, Basic) {
|
||||
{"foo", "frog"}, {"bar", "10"}
|
||||
};
|
||||
// try initializing
|
||||
param.Init(kwargs);
|
||||
param.Init(kwargs); // NOLINT(clang-analyzer-core.UndefinedBinaryOperatorResult)
|
||||
ASSERT_EQ(param.foo, Foo::kFrog);
|
||||
ASSERT_EQ(param.bar, 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user