mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-19 02:36:27 +01: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();
|
disasm->set_syntax_intel();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void TearDown() override
|
||||||
|
{
|
||||||
|
cpu_info = CPUInfo();
|
||||||
|
}
|
||||||
|
|
||||||
void ExpectDisassembly(const std::string& expected)
|
void ExpectDisassembly(const std::string& expected)
|
||||||
{
|
{
|
||||||
std::string disasmed;
|
std::string disasmed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user