summaryrefslogtreecommitdiff
path: root/tests/file/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-17 01:35:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-22 18:52:21 +0300
commitd52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 (patch)
tree89236d3dcdf6245c75d761fde09040d9d2a56480 /tests/file/driver.cxx
parentbe3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca (diff)
Add support for build2 for tests and examples
Diffstat (limited to 'tests/file/driver.cxx')
-rw-r--r--tests/file/driver.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}
}