Skip to content

Commit af35e21

Browse files
authored
[flang] Update CommandTest for AIX (NFC) (#118403)
With the change in commit e335563, the behavior for `ECLGeneralErrorCommandErrorSync` on AIX is the same as on Linux.
1 parent 874b4fb commit af35e21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flang/unittests/Runtime/CommandTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ TEST_F(ZeroArguments, ECLGeneralErrorCommandErrorSync) {
352352
#if defined(_WIN32)
353353
CheckDescriptorEqInt<std::int64_t>(cmdStat.get(), 6);
354354
CheckDescriptorEqStr(cmdMsg.get(), "Invalid command lineXXXXXXXXX");
355-
#elif defined(_AIX)
356-
CheckDescriptorEqInt<std::int64_t>(cmdStat.get(), 6);
357-
CheckDescriptorEqStr(cmdMsg.get(), "Invalid command lineXXXXXXXXX");
358355
#else
359356
CheckDescriptorEqInt<std::int64_t>(cmdStat.get(), 3);
360357
CheckDescriptorEqStr(cmdMsg.get(), "Command line execution failed");

0 commit comments

Comments
 (0)