mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
More deprecations in lib6, and updates to lib7
This commit is contained in:
@@ -396,7 +396,7 @@ fn void test_query_values_withempty()
|
||||
fn void test_url_idempotence()
|
||||
{
|
||||
UrlQueryValues query_builder;
|
||||
query_builder.new_init();
|
||||
query_builder.init(mem);
|
||||
defer query_builder.free();
|
||||
|
||||
query_builder.add("profileSQL", "true");
|
||||
|
||||
Reference in New Issue
Block a user