From 0334b26048c4608036ed561ef603da27c535d6ba Mon Sep 17 00:00:00 2001 From: Atell Krasnopolski Date: Sat, 20 Jul 2024 19:10:09 +0200 Subject: [PATCH] Update the newly added test --- test/FirstDerivative/FunctionCalls.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FirstDerivative/FunctionCalls.C b/test/FirstDerivative/FunctionCalls.C index 2d2f0f651..4e831a22e 100644 --- a/test/FirstDerivative/FunctionCalls.C +++ b/test/FirstDerivative/FunctionCalls.C @@ -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) {