From 15b46e73eb8b5c2e81bbdbb0f9a6924f2e491d67 Mon Sep 17 00:00:00 2001 From: Zaid Humayun Date: Tue, 4 Feb 2025 21:02:51 +0530 Subject: [PATCH] test fix --- testing/scalar-functions-printf.test | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/testing/scalar-functions-printf.test b/testing/scalar-functions-printf.test index e152698d3..7bcb9f91d 100644 --- a/testing/scalar-functions-printf.test +++ b/testing/scalar-functions-printf.test @@ -14,9 +14,4 @@ do_execsql_test printf-string-replacement { do_execsql_test printf-numeric-replacement { SELECT printf('My number is: %d', 42); -} {{My number is: 42}} - -# Multiple consecutive format specifiers -do_execsql_test printf-consecutive-formats { - SELECT printf('%d%s%f', 1, 'test', 2.5); -} {{1test2.500000}} \ No newline at end of file +} {{My number is: 42}} \ No newline at end of file