Skip to content

Commit

Permalink
fix: test bug report messages refer to mrdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Jun 11, 2024
1 parent 76ff85d commit ab29a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/TestMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ int test_main(int argc, char const* const* argv)

llvm::EnablePrettyStackTrace();
llvm::sys::PrintStackTraceOnErrorSignal(argv[0]);
llvm::setBugReportMsg("PLEASE submit a bug report to https://github.com/cppalliance/mrdocs/issues/ and include the crash backtrace.\n");

testArgs.hideForeignOptions();
if(! llvm::cl::ParseCommandLineOptions(
Expand Down

0 comments on commit ab29a11

Please sign in to comment.