tests/kms_3d: Use igt_assert_eq()

Would be nice to see how many stereo modes we managed to extract from
the EDID if it doesn't match the expected 13. So use igt_assert_eq()
which prints the real count on failure.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
Ville Syrjälä 2015-11-15 14:24:46 +02:00
parent e42936d86b
commit cba86e980f

View File

@ -72,7 +72,7 @@ igt_simple_main
mode_count++;
}
igt_assert(mode_count == 13);
igt_assert_eq(mode_count, 13);
/* set 3D modes */
igt_info("Testing:\n");