Home
last modified time | relevance | path

Searched defs:ASSERT_NE (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/IntegrationTest/
H A Dtest.h65 #define ASSERT_NE(val1, val2) \ macro
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1902 #define ASSERT_NE(val1, val2) GTEST_ASSERT_NE(val1, val2) macro