changed mod_test to mod_fake_test. this will eventually be removed

This commit is contained in:
hyung-hwan 2018-02-13 02:30:06 +00:00
parent 978bc30203
commit 0483f506f8

View File

@ -536,7 +536,7 @@ static void unload (hcl_t* hcl, hcl_mod_t* mod)
{ {
} }
int hcl_mod_test (hcl_t* hcl, hcl_mod_t* mod) int hcl_mod_fake_test (hcl_t* hcl, hcl_mod_t* mod)
{ {
mod->query = query; mod->query = query;
mod->unload = unload; mod->unload = unload;