From e425b46e0234111f9072a4a3735af637e4263da2 Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Wed, 8 Dec 2010 13:37:48 +0100 Subject: [PATCH] typo --- tests/datadriven.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/datadriven.cpp b/tests/datadriven.cpp index e0ee151..c390549 100644 --- a/tests/datadriven.cpp +++ b/tests/datadriven.cpp @@ -110,7 +110,7 @@ void test_one_item_actual(const compare_test& c) << fields[0] << " on line " << line_no); } else if (v->to_string(tagset) != fields[1]) { BOOST_ERROR("Variable " << fields[0] - << "value mismatch on line " + << " value mismatch on line " << line_no << "\n: expected " << fields[1] << " got " << v->to_string(tagset)); } -- GitLab