aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/load/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index 6539152..396d89f 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -848,7 +848,7 @@ main (int argc, char* argv[])
//
catch (const std::exception& e)
{
- cerr << e.what () << endl;
+ cerr << e << endl;
return 1;
}
}