Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNamelist.cpp87 auto outStatus1{IONAME(EndIoStatement)(outCookie1)}; in TEST() local
88 ASSERT_EQ(outStatus1, 0) << "Failed namelist output sanity, status " in TEST()
89 << static_cast<int>(outStatus1); in TEST()