summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2015-12-18 14:54:04 -0800
committerPat Gavlin <pagavlin@microsoft.com>2015-12-18 14:54:04 -0800
commit2b50d8758d1e8c0ce1fe9de0ec4757daed9b6c93 (patch)
tree60d10cd46549938e6fa7a0da41b95749346bdecd /tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj
parentea7f6d05953cd1660b07621dac11d4d204d3bbbb (diff)
downloadcoreclr-2b50d8758d1e8c0ce1fe9de0ec4757daed9b6c93.tar.gz
coreclr-2b50d8758d1e8c0ce1fe9de0ec4757daed9b6c93.tar.bz2
coreclr-2b50d8758d1e8c0ce1fe9de0ec4757daed9b6c93.zip
Fix DebugType and Optimize values for JIT tests.
These values were incorrect given the behavior of the test build.
Diffstat (limited to 'tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj')
-rw-r--r--tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj b/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj
index 24df5dc9f0..7f31c20a16 100644
--- a/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj
+++ b/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
@@ -26,7 +26,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<PropertyGroup>
- <DebugType></DebugType>
+ <DebugType>None</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>