Skip to content

Commit

Permalink
fix: typos of dlopen testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 28, 2023
1 parent 7c4af53 commit cc04ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dlopen/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main()
#ifdef WITH_DBG_CONTROLLER
std::cout << "********** DbgControlUnitLibraryHolder::create_control_unit **********" << std::endl;
auto dbg_handle = MAA_NS::DbgControlUnitLibraryHolder::create_control_unit(1, "./");
if (!thrift_handle) {
if (!dbg_handle) {
std::cerr << "Failed to create dbg control unit" << std::endl;
return -1;
}
Expand Down

0 comments on commit cc04ce4

Please sign in to comment.