llvmpipe: Drop the aos format conversion.
[mesa.git] / src / gallium / drivers / llvmpipe / SConscript
index 13c1a13e87ab4971e9b7be4354789fa01485fdca..3549f8c9d343afa379ca9d26d3bbb50af428a456 100644 (file)
@@ -70,7 +70,6 @@ if env['platform'] != 'embedded':
     env.Prepend(LIBS = [llvmpipe] + gallium)
 
     tests = [
-        'format',
         'blend',
         'conv',
     ]