Merge pull request #2416 from yerejm/master

Reset faked CPU extension support at test end to ensure test isolation.
This commit is contained in:
Markus Wick 2015-05-18 09:46:30 +02:00
commit 0711f6a89c
1 changed files with 5 additions and 0 deletions

View File

@ -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;