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

Added override specifiers to unit test classes

This commit is contained in:
jules 2015-08-10 16:21:16 +01:00
parent f35fc2e22a
commit 88ca15e6f2
18 changed files with 18 additions and 18 deletions

View file

@ -579,7 +579,7 @@ public:
}
};
void runTest()
void runTest() override
{
Random r = getRandom();
beginTest ("Round-trip conversion: Int8");