Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Aug 11, 2022
1 parent 91b32f4 commit e4f5b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/dyno/test/util/testSubprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ static void checkNonexistent() {
cmd.push_back("./nonexistent-command");
rc = executeAndWait(cmd, "nonexistent-command description", true);
assert(rc != 0);

cmd.clear();
cmd.push_back("./nonexistent-command");
cmd.push_back("arg");
rc = executeAndWait(cmd, "nonexistent-command description", true);
assert(rc != 0);

cmd.clear();
cmd.push_back("/this/path/does/not/exist");
rc = executeAndWait(cmd, "path does not exist description", true);
Expand Down

0 comments on commit e4f5b05

Please sign in to comment.