vstudio: Fix exception handling tests

This commit is contained in:
Thomas Desveaux 2017-12-19 15:50:45 +01:00
parent c3ceb52b94
commit 75ff8934f6

View File

@ -571,20 +571,6 @@
exceptionhandling "Off"
prepare()
test.capture [[
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<ExceptionHandling>false</ExceptionHandling>
]]
end
function suite.exceptions_onNoExceptionsVS2013()
exceptionhandling "Off"
p.action.set("vs2013")
prepare()
test.capture [[
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>