From d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Nov 2016 01:35:29 +0300 Subject: Add support for build2 for tests and examples --- tests/file/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/file/driver.cxx') diff --git a/tests/file/driver.cxx b/tests/file/driver.cxx index d0b5774..16609ec 100644 --- a/tests/file/driver.cxx +++ b/tests/file/driver.cxx @@ -24,6 +24,6 @@ main (int argc, char* argv[]) } catch (const cli::exception& e) { - cout << e << endl; + cerr << e << endl; } } -- cgit v1.1