Skip to content

Commit

Permalink
removed one line
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL committed Nov 2, 2023
1 parent 2ad4b54 commit 6c77d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
int main(int argc, char **argv) {

// LUCAS MAKE SURE YOU INITIALIZE YOUR FUCKING STRUCT YOU TWAT
std::shared_ptr<Command::Context> ctx = std::make_shared<Command::Context>();
//std::shared_ptr<Command::Context> ctx = std::make_shared<Command::Context>();
#ifdef TEST
Catch::Session session;
int returnCode = session.applyCommandLine(argc, argv);
Expand Down

0 comments on commit 6c77d01

Please sign in to comment.