Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Apr 19, 2024
1 parent b7195ae commit e4e4996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/khiopsplugintest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ int main(int argc, char* argv[])
global_error = 1;
}
// The real test begins here (global_error is set to 1 in case of errors)
if (!global_error)
if (!global_error) {
printf("Test begins\n");
do_test(argv[2], argv[3], argv[4]);
}
ptr_driver_disconnect();
}
else
Expand Down

0 comments on commit e4e4996

Please sign in to comment.