Fix Arm64InstEmulation tests for windows
authorPavel Labath <labath@google.com>
Tue, 11 Oct 2016 11:05:34 +0000 (11:05 +0000)
committerPavel Labath <labath@google.com>
Tue, 11 Oct 2016 11:05:34 +0000 (11:05 +0000)
commit628c5377b0394b75e5e21f568f068aac228a55b3
tree052eb601e6ce2c12b3cf76bdf46fe276eff307f0
parent7a325537fb199c674cb7034d12baee5f6f1e2937
Fix Arm64InstEmulation tests for windows

MSVC does not like the declaration of a terminate() function (I guess it looks
too much like std::terminate()). While I'm there, move the setup/teardown code
into the functions gtest provides for that purpose.

llvm-svn: 283870
lldb/unittests/UnwindAssembly/InstEmulation/TestArm64InstEmulation.cpp