Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp904 std::int64_t unit64Bad = unit64Ok + 1; in TEST() local
910 IONAME(CheckUnitNumberInRange64)(unit64Bad, true), IostatUnitOverflow); in TEST()
914 IONAME(CheckUnitNumberInRange64)(unit64Bad, true), IostatUnitOverflow); in TEST()
921 static_cast<std::intmax_t>(unit64Bad)); in TEST()
929 EXPECT_EQ(IONAME(CheckUnitNumberInRange64)(unit64Bad, true, msg, n), in TEST()