Cleanup tests

This commit is contained in:
Brandon Fish
2019-02-17 16:51:59 -06:00
parent a77d1be983
commit ee81560e06
3 changed files with 0 additions and 5 deletions

View File

@ -19,8 +19,6 @@ int main()
printf("Compile result: %d\n", compile_result);
assert(compile_result == WASMER_OK);
// TODO add module exports
printf("Destroy module\n");
wasmer_module_destroy(module);
return 0;