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:
jfbastien 2009-03-02 16:02:51 +00:00
parent c776744629
commit 272dc6a91b

View file

@ -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)
{