summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/NaN/arithm32_cs_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/NaN/arithm32_cs_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/NaN/arithm32_cs_r.csproj')
-rw-r--r--tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj b/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj
index 6ad475a875..21883ea67f 100644
--- a/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj
+++ b/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj
@@ -28,7 +28,7 @@
</ItemGroup>
<PropertyGroup>
<DebugType>None</DebugType>
- <Optimize></Optimize>
+ <Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="arithm32.cs" />