diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-17 23:36:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-17 23:36:56 +0000 |
| commit | f46a8121ae7a9527726c00741c9230888e1a2fa6 (patch) | |
| tree | 4f4abdcf61e2432e5607be53c01f59b7935b651d | |
| parent | 8964feb6151ac79ef7429878f29534c5f9a58505 (diff) | |
Fix build.
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index e68413ecd..158dc853c 100644 --- a/test/test.cc +++ b/test/test.cc @@ -477,7 +477,7 @@ check_one_frame (boost::filesystem::path dcp_dir, int64_t index, dcp::Size dcp_s double const dist = ref_magick.compare(dcp_magick, Magick::RootMeanSquaredErrorMetric); BOOST_CHECK_MESSAGE (dist < 0.001, ref << " differs from " << dcp_dir << ":" << index << " " << dist); #else - BOOST_CHECK_MESSAGE (!ref_magick.compare(dcp_magick), ref << " differs from " << check); + BOOST_CHECK_MESSAGE (!ref_magick.compare(dcp_magick), ref << " differs from " << dcp_dir << ":" << index); #endif } |
