mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Reset faked CPU extension support at test end to ensure test isolation.
This commit is contained in:
parent
7e6ec5fa86
commit
e4e1fe5a9c
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue