summaryrefslogtreecommitdiff
path: root/test/torture_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture_test.cc')
-rw-r--r--test/torture_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/torture_test.cc b/test/torture_test.cc
index 0c781fdb1..8e6a516bd 100644
--- a/test/torture_test.cc
+++ b/test/torture_test.cc
@@ -248,7 +248,7 @@ BOOST_AUTO_TEST_CASE (torture_test1)
for (int c = 0; c < 3; ++c) {
for (int y = 0; y < size.height; ++y) {
for (int x = 0; x < size.width; ++x) {
- BOOST_REQUIRE (image->data(c)[y * size.height + x] <= 3);
+ BOOST_REQUIRE (image->data(c)[y * size.height + x] <= 5);
}
}
}