aboutsummaryrefslogtreecommitdiff
path: root/tests/process/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/process/driver.cxx')
-rw-r--r--tests/process/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx
index cc806f2..1fb685c 100644
--- a/tests/process/driver.cxx
+++ b/tests/process/driver.cxx
@@ -146,7 +146,7 @@ exec (const path& p,
if (e.child ())
exit (1);
- //cerr << args[0] << ": " << e.what () << endl;
+ //cerr << args[0] << ": " << e << endl;
return false;
}
}