Skip to content

Commit ab29a11

Browse files
committed
fix: test bug report messages refer to mrdocs
1 parent 76ff85d commit ab29a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/TestMain.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ int test_main(int argc, char const* const* argv)
7171

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

7576
testArgs.hideForeignOptions();
7677
if(! llvm::cl::ParseCommandLineOptions(

0 commit comments

Comments
 (0)