diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/verify_test.cc | 2 |
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"; } } |
