Skip to content

Commit

Permalink
Update the newly added test
Browse files Browse the repository at this point in the history
  • Loading branch information
gojakuch authored and vgvassilev committed Jul 21, 2024
1 parent 2fd1f64 commit 0334b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FirstDerivative/FunctionCalls.C
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ double test_9(double x) {
// CHECK-NEXT: }

void some_important_void_func(double y) {
assert(y < 1);
assert(y >= 1);
}

double test_10(double x) {
Expand Down

0 comments on commit 0334b26

Please sign in to comment.