Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCommandTest.cpp434 auto expectedLen{static_cast<int64_t>(std::strlen(path))}; in TEST_F() local
435 EXPECT_EQ(expectedLen, RTNAME(EnvVariableLength)(*CharDescriptor("PATH"))); in TEST_F()