Commit 62174ae
authored
Fix execute_command_line unit test (#363)
execute_command_line() implementation in flang changed not to hard-fail
for regular non-zero status codes returned by called commands.
Related PR llvm/llvm-project#1842851 parent b67c019 commit 62174ae
File tree
1 file changed
+2
-1
lines changed- Fortran/UnitTests/execute_command_line
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments