Skip to content
Snippets Groups Projects
Commit e425b46e authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

typo

parent 2d5a87d5
Branches
No related merge requests found
......@@ -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));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment