Skip to content

Commit 10cddf3

Browse files
committed
fix sqlite error
1 parent ff84831 commit 10cddf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/swoole_pdo_sqlite/pdo_sqlite_createaggregate.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ run(function() {
2626
var_dump($row);
2727
}
2828

29-
//$db->query('DROP TABLE foobar');
29+
$db->query('DROP TABLE foobar');
3030
});
3131
?>
3232
--EXPECT--

0 commit comments

Comments
 (0)