Skip to content

Commit

Permalink
chore: cleanup test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Oct 13, 2024
1 parent f2c03ff commit c131f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RIVE_GENERATOR="../build/out/lib/release/rive_code_generator"
UPDATE_EXPECTED=false
#endregion

# Add a function to parse command-line arguments
#region Functions
parse_args() {
while [[ $# -gt 0 ]]; do
case $1 in
Expand Down Expand Up @@ -82,12 +82,12 @@ run_test() {
fi
echo

# rm -rf "$output_file"
rm -rf "$output_file"

return $test_result
}
#endregion

# Parse command-line arguments
parse_args "$@"

#region Tests
Expand Down

0 comments on commit c131f6a

Please sign in to comment.