1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Tidied up unit test code layout

This commit is contained in:
ed 2019-04-02 11:07:30 +01:00
parent bfa167a054
commit f3af250ff7
51 changed files with 201 additions and 108 deletions

View file

@ -1278,6 +1278,7 @@ uint32 readLittleEndianBitsInBuffer (const void* buffer, uint32 startBit, uint32
return result;
}
//==============================================================================
//==============================================================================
#if JUCE_UNIT_TESTS

View file

@ -161,6 +161,8 @@ void Random::fillBitsRandomly (BigInteger& arrayToChange, int startBit, int numB
arrayToChange.setBit (startBit + numBits, nextBool());
}
//==============================================================================
//==============================================================================
#if JUCE_UNIT_TESTS