mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #2416 from yerejm/master
Reset faked CPU extension support at test end to ensure test isolation.
This commit is contained in:
commit
0711f6a89c
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue