summaryrefslogtreecommitdiff
path: root/tests/file/driver.cxx
diff options
context:
space:
mode:
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;
}
}