diff options
Diffstat (limited to 'test/wax_test.cpp')
-rw-r--r-- | test/wax_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wax_test.cpp b/test/wax_test.cpp index 88c9e0f32..06f17b9b7 100644 --- a/test/wax_test.cpp +++ b/test/wax_test.cpp @@ -74,7 +74,7 @@ int main(void){ std::cout << test_type << std::endl; std::cout << "done" << std::endl; }catch(std::exception const& e){ - std::cout << "Exception: " << e.what() << std::endl; + std::cerr << "Exception: " << e.what() << std::endl; return ~0; } return 0; |