From: Chad Versace Date: Fri, 22 Jan 2016 15:17:34 +0000 (-0800) Subject: isl/tests: Remove copy-paste assertion X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbc87ce4be234548c259ab6bb7829c245783c5c9;p=mesa.git isl/tests: Remove copy-paste assertion --- diff --git a/src/isl/tests/isl_surf_get_image_offset_test.c b/src/isl/tests/isl_surf_get_image_offset_test.c index 63c12cb83cf..a794e537809 100644 --- a/src/isl/tests/isl_surf_get_image_offset_test.c +++ b/src/isl/tests/isl_surf_get_image_offset_test.c @@ -167,7 +167,6 @@ test_bdw_2d_r8g8b8a8_unorm_1024x1024_a6_s1_noaux_y0(void) t_assert_image_alignment_el(&surf, 4, 4, 1); t_assert_image_alignment_sa(&surf, 4, 4, 1); - t_assert_image_alignment_sa(&surf, 4, 4, 1); t_assert(isl_surf_get_array_pitch_el_rows(&surf) >= 1540); t_assert(isl_surf_get_array_pitch_sa_rows(&surf) >= 1540);