From b581f8cc744fab52c51471b11f000e3b03312b06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adam=20Wardy=C5=84ski?= <no@email>
Date: Wed, 10 Nov 2010 20:38:49 +0100
Subject: [PATCH] fixing suite name for conditional operators

---
 tests/conditional.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/conditional.cpp b/tests/conditional.cpp
index 6693301..5b482e2 100644
--- a/tests/conditional.cpp
+++ b/tests/conditional.cpp
@@ -14,7 +14,7 @@
 
 using namespace Wccl;
 
-BOOST_AUTO_TEST_SUITE(logical_predicates)
+BOOST_AUTO_TEST_SUITE(conditional_predicates)
 
 struct CondFix
 {
-- 
GitLab