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:
parent
f35fc2e22a
commit
88ca15e6f2
18 changed files with 18 additions and 18 deletions
|
|
@ -579,7 +579,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
void runTest()
|
||||
void runTest() override
|
||||
{
|
||||
Random r = getRandom();
|
||||
beginTest ("Round-trip conversion: Int8");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue