Skip to content

Commit

Permalink
Make flower test success code explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
technoyes committed Sep 19, 2023
1 parent bc0efec commit e2b1bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/flower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ int main(int argc, char** argv) {
std::cerr << "Flower file contents do not match\n";
return 1;
}
}
return 0;
}

0 comments on commit e2b1bb8

Please sign in to comment.