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

@ -1106,7 +1106,7 @@ public:
return v;
}
void runTest()
void runTest() override
{
beginTest ("ValueTree");
Random r = getRandom();