diff options
author | Chad Versace <[email protected]> | 2016-01-22 07:17:34 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2016-01-22 07:18:04 -0800 |
commit | fbc87ce4be234548c259ab6bb7829c245783c5c9 (patch) | |
tree | cfcc4d7d13c0abbb5b570bad9ec686eee7184882 | |
parent | 63d999b76206c58b6a8938ff0816535cf76fb925 (diff) |
isl/tests: Remove copy-paste assertion
-rw-r--r-- | src/isl/tests/isl_surf_get_image_offset_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |