mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:41:18 +00:00
Reset faked CPU extension support at test end to ensure test isolation.
This commit is contained in:
parent
7e6ec5fa86
commit
e4e1fe5a9c
@ -101,6 +101,11 @@ protected:
|
||||
disasm->set_syntax_intel();
|
||||
}
|
||||
|
||||
void TearDown() override
|
||||
{
|
||||
cpu_info = CPUInfo();
|
||||
}
|
||||
|
||||
void ExpectDisassembly(const std::string& expected)
|
||||
{
|
||||
std::string disasmed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user