a lot of changes

This commit is contained in:
2022-09-06 20:06:08 +06:00
parent d449901ab6
commit dc6a52608a
21 changed files with 294 additions and 217 deletions

View File

@@ -47,7 +47,7 @@ char* genkey(uint32 i){
void fill(Hashtable* ht){
for(uint32 i=0;i<100000;i++)
Hashtable_add(ht,genkey(i),Uni(UInt64,i));
Hashtable_add(ht,genkey(i),UniUInt64(i));
}
Unitype gett(Hashtable* ht){

View File

@@ -1,7 +1,7 @@
#include "tests.h"
Maybe dont_throw(){
return SUCCESS(Uni(UInt64, 9/2));
return SUCCESS(UniUInt64(9/2));
}
Maybe throw_error(){