Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Nov 21, 2024
1 parent a7e1801 commit c2f334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chplcheck/rule-settings/RuleSettings.prediff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function testcase() {
local args=$@
$CHPL_HOME/tools/chplcheck/chplcheck --add-rules rules.py $args $base.chpl > $base.$testnum.out
# diff and cleanup on success
diff $base.$testnum.out $base.$testnum.good >> $good && (echo "testcase $testnum passed" && rm $base.$testnum.out) || echo "testcase $testnum failed"
diff $base.$testnum.out $base.$testnum.good >> $good && (echo "testcase $testnum passed" >> $good && rm $base.$testnum.out) || echo "testcase $testnum failed" >> $good
}

testcase 1
Expand Down

0 comments on commit c2f334d

Please sign in to comment.