From 10d452de2a1d3e032fd6cf95049c6b87a09dbcc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=A0=EC=9A=B0?= Date: Fri, 16 Aug 2024 09:27:38 +0900 Subject: [PATCH] Nit --- testing/scalar-functions.test | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/scalar-functions.test b/testing/scalar-functions.test index 50ca1f2c6..bbdaa45b3 100755 --- a/testing/scalar-functions.test +++ b/testing/scalar-functions.test @@ -19,8 +19,6 @@ do_execsql_test abs-null { select abs(null); } {} -db null {} - do_execsql_test ifnull-1 { select ifnull(1, 2); } {1}