1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +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

@ -607,7 +607,7 @@ public:
}
}
void runTest()
void runTest() override
{
beginTest ("JSON");
Random r = getRandom();