Fix function selector, some tests weren't being run.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@990 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
c776744629
commit
272dc6a91b
1 changed files with 89 additions and 89 deletions
|
@ -110,7 +110,7 @@ String Test(String, unsigned int count, bool avoidAliasing)
|
|||
|
||||
static unsigned int functionSelector = 0;
|
||||
++functionSelector;
|
||||
currentTest = functionSelector % 90;
|
||||
currentTest = functionSelector % 95;
|
||||
//std::cout << currentTest <<"\n";
|
||||
switch (currentTest)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue