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
|
@ -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…
Reference in New Issue