From cbd7cabcc3e6b24e80521bfec230e905f420ff4f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 11 May 2018 21:48:28 +0300 Subject: Add some tests --- bdep/status.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bdep/status.cxx') diff --git a/bdep/status.cxx b/bdep/status.cxx index b460cd1..5ddf681 100644 --- a/bdep/status.cxx +++ b/bdep/status.cxx @@ -4,6 +4,8 @@ #include +#include // cout + #include #include #include @@ -129,8 +131,8 @@ namespace bdep // if (verb && cfgs.size () > 1) { - text << (first ? "" : "\n") - << "in configuration " << *c << ':'; + cout << (first ? "" : "\n") + << "in configuration " << *c << ':' << endl; first = false; } -- cgit v1.1