aboutsummaryrefslogtreecommitdiffstats
path: root/checks/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/tests.cpp')
-rw-r--r--checks/tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/tests.cpp b/checks/tests.cpp
index db934735e..6da04307c 100644
--- a/checks/tests.cpp
+++ b/checks/tests.cpp
@@ -64,7 +64,7 @@ void run_tests(std::istream& src,
const std::string got = cb(vars);
if(got != vars[output_key])
{
- std::cout << name_key << " got " << got
+ std::cout << name_key << ' ' << vars[name_key] << " got " << got
<< " expected " << vars[output_key] << std::endl;
return false;
}