From b43248e89fa46ed7d8a0bb3a168dd72d69325c82 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 16 Dec 2014 13:13:01 +0000 Subject: [PATCH] Clarify test failure --- test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cpp b/test/test.cpp index 6b111f7..81fa864 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -29,7 +29,7 @@ const char* tests() { CUnit unit = CUnit::getUnitFromVis('v'); if( unit.getVisual() != 'v' ) - return "failed to properly create V unit"; + return "failed to properly create V unit with factory"; } {