Reset faked CPU extension support at test end to ensure test isolation.

This commit is contained in:
yerejm 2015-05-17 11:48:05 +10:00
parent 7e6ec5fa86
commit e4e1fe5a9c

View File

@ -101,6 +101,11 @@ protected:
disasm->set_syntax_intel();
}
void TearDown() override
{
cpu_info = CPUInfo();
}
void ExpectDisassembly(const std::string& expected)
{
std::string disasmed;