Skip to content
Snippets Groups Projects
Commit 87314472 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

reapply wip #147 disable linewraps in catch2 to updated catch2

parent cf313355
No related branches found
No related tags found
1 merge request!120Merge jt
......@@ -8173,7 +8173,7 @@ class Columns;
 
class Column {
std::vector<std::string> m_strings;
size_t m_width = CATCH_CLARA_TEXTFLOW_CONFIG_CONSOLE_WIDTH;
size_t m_width = 1024; //CATCH_CLARA_TEXTFLOW_CONFIG_CONSOLE_WIDTH;
size_t m_indent = 0;
size_t m_initialIndent = std::string::npos;
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment