llvmpipe: Delete extraneous arugment too.

This commit is contained in:
José Fonseca 2010-05-24 14:24:06 +01:00
parent 5a0b4627fc
commit 740c8ea6d3
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ test_all(unsigned verbose, FILE *fp)
{
bool success = TRUE;
test_sincos(verbose, fp, NULL);
test_sincos(verbose, fp);
return success;
}