[tests] add new line

Signed-off-by: clundro <859287553@qq.com>
This commit is contained in:
clundro 2023-04-18 12:01:43 +08:00 committed by cluster
parent 0ecb766de6
commit 2b982bcc3d
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@ Array(Int256)
Array(Int128)
Array(Int256)
Array(UInt128)
Array(UInt256)
Array(UInt256)

View File

@ -25,4 +25,4 @@ SELECT arrayCumSumNonNegative([CAST('1', 'UInt256'), 2]);
SELECT toTypeName(arrayCumSumNonNegative([CAST('1', 'Int128'), -2]));
SELECT toTypeName(arrayCumSumNonNegative([CAST('1', 'Int256'), -2]));
SELECT toTypeName(arrayCumSumNonNegative([CAST('1', 'UInt128'), 2]));
SELECT toTypeName(arrayCumSumNonNegative([CAST('1', 'UInt256'), 2]));
SELECT toTypeName(arrayCumSumNonNegative([CAST('1', 'UInt256'), 2]));