67TEST(string_ref_null, CompareEqualString1)
70 EXPECT_TRUE(ref == std::string(
"test"));
71 EXPECT_FALSE(ref == std::string(
"other"));
72 EXPECT_TRUE(ref != std::string(
"other"));
73 EXPECT_FALSE(ref != std::string(
"test"));
267TEST(string_ref, CompareEqualString1)
270 EXPECT_TRUE(ref == std::string(
"test"));
271 EXPECT_FALSE(ref == std::string(
"other"));
272 EXPECT_TRUE(ref != std::string(
"other"));
273 EXPECT_FALSE(ref != std::string(
"test"));
EXPECT_EQ(BLI_expr_pylike_eval(expr, nullptr, 0, &result), EXPR_PYLIKE_INVALID)
static btMatrix3x3 Add(const btMatrix3x3 &a, const btMatrix3x3 &b)