Skip to content

Commit 9a8f923

Browse files
committed
[flang] Update CommandTest for AIX (NFC)
1 parent 0aef005 commit 9a8f923

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)