a lot of changes
This commit is contained in:
@@ -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){
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "tests.h"
|
||||
|
||||
Maybe dont_throw(){
|
||||
return SUCCESS(Uni(UInt64, 9/2));
|
||||
return SUCCESS(UniUInt64(9/2));
|
||||
}
|
||||
|
||||
Maybe throw_error(){
|
||||
|
||||
Reference in New Issue
Block a user