Home
last modified time | relevance | path

Searched refs:expected_flag1 (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_flags_test.cc88 static void TestTwoFlags(const char *env, bool expected_flag1, in TestTwoFlags() argument
92 bool flag1 = !expected_flag1; in TestTwoFlags()
101 EXPECT_EQ(expected_flag1, flag1); in TestTwoFlags()