mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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:
@@ -101,6 +101,11 @@ protected:
|
||||
disasm->set_syntax_intel();
|
||||
}
|
||||
|
||||
void TearDown() override
|
||||
{
|
||||
cpu_info = CPUInfo();
|
||||
}
|
||||
|
||||
void ExpectDisassembly(const std::string& expected)
|
||||
{
|
||||
std::string disasmed;
|
||||
|
||||
Reference in New Issue
Block a user