summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index 59283b141..c7a8bbed6 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -465,6 +465,7 @@ check_one_frame (boost::filesystem::path dcp_dir, int64_t index, boost::filesyst
BOOST_REQUIRE_EQUAL (ref_image->data(0)[off], image->data(0)[off]);
BOOST_REQUIRE_EQUAL (ref_image->data(1)[off], image->data(1)[off]);
BOOST_REQUIRE_EQUAL (ref_image->data(2)[off], image->data(2)[off]);
+ ++off;
}
}
}