From f80cbf7872bc9ced15ff0428d8c1edf79713791a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20B=C3=BCrk?= Date: Fri, 13 Jan 2017 18:34:28 +0100 Subject: [PATCH] Fix blinking test. (#2637) Thanks to @sandsmark for figuring this out. --- testcases/t/221-floating-type-hints.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testcases/t/221-floating-type-hints.t b/testcases/t/221-floating-type-hints.t index 60590904..ae0f05c3 100644 --- a/testcases/t/221-floating-type-hints.t +++ b/testcases/t/221-floating-type-hints.t @@ -81,8 +81,8 @@ sub open_with_fixed_size { $atomname->id, $atomtype->id, 32, - 12, - pack('C5N7', $flags, $pad, $pad, $pad, $pad, 0, 0, 0, $min_width, $min_height, $max_width, $max_height), + 13, + pack('C5N8', $flags, $pad, $pad, $pad, $pad, 0, 0, 0, $min_width, $min_height, $max_width, $max_height), ); }, );