Skip to content

Commit

Permalink
Assert operation is successful.
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Apr 26, 2023
1 parent d3adc00 commit bf3c793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/spawn/spawn_kill.adb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ procedure Spawn_Kill is

begin
Self.Proc.Read_Standard_Output (Data, Last, Success);
pragma Assert (Success);

exit when Last < Data'First;

Expand Down

0 comments on commit bf3c793

Please sign in to comment.