summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-09 00:22:10 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-22 01:21:00 +0100
commit84d01dde2fb2520572d122d53e1ffebefed48157 (patch)
treef6489b95eeb6550883cdfea8c23c4547bcba1cd4 /test
parent63357f32e8229b9d734b0c0ab38cc062dcfec393 (diff)
Use VerificationNote more 'properly' in a fair few places.
Diffstat (limited to 'test')
-rw-r--r--test/verify_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc
index f6f7ee43..f23e54c4 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -108,7 +108,7 @@ void
dump_notes (list<dcp::VerificationNote> const & notes)
{
BOOST_FOREACH (dcp::VerificationNote i, notes) {
- std::cout << dcp::note_to_string(i) << " " << i.note().get_value_or("") << "\n";
+ std::cout << dcp::note_to_string(i) << "\n";
}
}