summaryrefslogtreecommitdiff
path: root/test/exception_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception_test.cc')
-rw-r--r--test/exception_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/exception_test.cc b/test/exception_test.cc
index 740154dd..dd9608ee 100644
--- a/test/exception_test.cc
+++ b/test/exception_test.cc
@@ -22,6 +22,7 @@
using std::string;
+/** Test exception classes */
BOOST_AUTO_TEST_CASE (exception_test)
{
BOOST_CHECK_EQUAL (string (dcp::FileError ("foo", "bar", 42).what()), "foo (bar) (error 42)");