mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
glsl/apps: Print out the number of tokens eaten in version test.
This commit is contained in:
parent
474f754282
commit
55f75c13f0
1 changed files with 4 additions and 1 deletions
|
|
@ -102,7 +102,10 @@ main(int argc,
|
|||
return 1;
|
||||
}
|
||||
|
||||
fprintf(out, "%u\n", version);
|
||||
fprintf(out,
|
||||
"%u\n%u\n",
|
||||
version,
|
||||
tokens_eaten);
|
||||
|
||||
fclose(out);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue