mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-08 13:52:20 +08:00
test: fix typo in test's skeleton.
This commit is contained in:
@@ -91,9 +91,9 @@ std::string thunk_param(const actor_config &config) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void cleanup() {
|
void cleanup() {
|
||||||
log_trace(">> osal_setup");
|
log_trace(">> cleanup");
|
||||||
/* TODO: remove each database */
|
/* TODO: remove each database */
|
||||||
log_trace("<< osal_setup");
|
log_trace("<< cleanup");
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *const argv[]) {
|
int main(int argc, char *const argv[]) {
|
||||||
|
Reference in New Issue
Block a user