OpenSTA/util/test/cpp
dsengupta0628 f6a1fdbaff Replaced EXPECT_NE(x.typeString(), nullptr) with EXPECT_FALSE(x.typeString().empty()) for all 6 *TypeString tests as upstream changed typeString() return type from const char* to std::string_view
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
2026-04-20 13:49:09 +00:00
..
CMakeLists.txt test: Add comprehensive test infrastructure and test cases across all OpenSTA modules 2026-02-27 12:59:25 +09:00
TestUtil.cc Replaced EXPECT_NE(x.typeString(), nullptr) with EXPECT_FALSE(x.typeString().empty()) for all 6 *TypeString tests as upstream changed typeString() return type from const char* to std::string_view 2026-04-20 13:49:09 +00:00