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

add catch2 patch

parent 87314472
No related branches found
No related tags found
1 merge request!120Merge jt
From 27fb83e36bdb77545af85dc92a4088b77e9445a1 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Fri, 9 Aug 2019 15:35:26 +0200
Subject: reapply wip #147 disable linewraps in catch2 to updated catch2
diff --git a/contrib/catch2/include/catch2/catch.hpp b/contrib/catch2/include/catch2/catch.hpp
index 5feb2a4be..bfa6575bd 100644
--- a/contrib/catch2/include/catch2/catch.hpp
+++ b/contrib/catch2/include/catch2/catch.hpp
@@ -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