From 87314472b2f95a5c2608ff3d1d057dbcde525e9b 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: [PATCH] reapply wip #147 disable linewraps in catch2 to updated
 catch2

---
 contrib/catch2/include/catch2/catch.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/catch2/include/catch2/catch.hpp b/contrib/catch2/include/catch2/catch.hpp
index 5feb2a4bea..bfa6575bd2 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;
 
-- 
GitLab