mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-24 11:25:50 -05:00
UnitTests: Remove redundant virtual specifier
This commit is contained in:
@@ -32,7 +32,7 @@ protected:
|
||||
m_fs = IOS::HLE::Kernel{}.GetFS();
|
||||
}
|
||||
|
||||
virtual ~FileSystemTest()
|
||||
~FileSystemTest() override
|
||||
{
|
||||
if (UserDirectoryCreationFailed())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user