summaryrefslogtreecommitdiff
path: root/debian/patches/0150-i386-test.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-05-18 07:43:35 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-05-18 07:43:35 +0200
commit9f8889f928ce86ba4a78659d378c6ba29bc9f735 (patch)
treec9567cb0d015b68ce3da8d03472b6443f1cb1ca9 /debian/patches/0150-i386-test.patch
parent446e9454b8cbe5b689149415d11d36e88442ca88 (diff)
parent154785ab2d5df7ddc8c2cf813b773c340e5e2aea (diff)
Merge branch 'release/debian/1.0.32-1'debian/1.0.32-1
Diffstat (limited to 'debian/patches/0150-i386-test.patch')
-rw-r--r--debian/patches/0150-i386-test.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0150-i386-test.patch b/debian/patches/0150-i386-test.patch
index 4c064c5..70681dd 100644
--- a/debian/patches/0150-i386-test.patch
+++ b/debian/patches/0150-i386-test.patch
@@ -8,7 +8,7 @@ Index: trunk/testsuite/backend/genesys/tests_image.cpp
===================================================================
--- trunk.orig/testsuite/backend/genesys/tests_image.cpp
+++ trunk/testsuite/backend/genesys/tests_image.cpp
-@@ -124,14 +124,14 @@ void test_set_pixel_to_row()
+@@ -122,14 +122,14 @@ void test_set_pixel_to_row()
pixel = Pixel(0x1200, 0x1200, 0x1200);
set_pixel_to_row(data.data(), 0, pixel, PixelFormat::I8);
@@ -27,7 +27,7 @@ Index: trunk/testsuite/backend/genesys/tests_image.cpp
reset();
pixel = Pixel(0x1200, 0x3400, 0x5600);
-@@ -160,14 +160,14 @@ void test_set_pixel_to_row()
+@@ -158,14 +158,14 @@ void test_set_pixel_to_row()
pixel = Pixel(0x1234, 0x1234, 0x1234);
set_pixel_to_row(data.data(), 0, pixel, PixelFormat::I16);