test: change input file for example_notext

Interlaced, >8-bit images are causing false
positives with MSan, the previous image
 was 1-bit 32x32, it has no trailing padding bits
 when decoded.
This commit is contained in:
Randy 2021-07-28 10:01:09 +02:00
parent fa2c990865
commit fc661a8df0

View File

@ -1,4 +1,4 @@
test('example_notext', example_exe, args : files('basi0g01.png'))
test('example_notext', example_exe, args : files('basi0g08.png'))
test('example_text', example_exe, args : files('ct1n0g04.png'))
test('basi0g01', test_exe, args: files('basi0g01.png'))