From 84c3eed2735c31fb048be9d7e6745938d2cae2d3 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Thu, 21 Apr 2022 23:32:04 +0200 Subject: remove comment --- sqlite.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/sqlite.zig b/sqlite.zig index 5baa403..0213b9f 100644 --- a/sqlite.zig +++ b/sqlite.zig @@ -2328,9 +2328,6 @@ test "sqlite: statement exec" { } test "sqlite: statement execDynamic" { - // It's a smoke test for DynamicStatment, because the DynamicStatment is almost a wrapper to sqlite3_stmt - // , but it's not our task to test. This test is a simple test to check if the .bindNamedStruct working. - // Because of the dependence of Statment to DynamicStatment, it's not required to test rest functions. var db = try getTestDb(); defer db.deinit(); try addTestData(&db); -- cgit v1.2.3