summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.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/jit64/opt/cse/staticFieldExpr1_r_loop_try.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/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj')
-rw-r--r--tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj b/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj
index f081231cf0..4449ae14a9 100644
--- a/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj
+++ b/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj
@@ -29,7 +29,7 @@
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>None</DebugType>
- <Optimize></Optimize>
+ <Optimize>False</Optimize>
<NoLogo>True</NoLogo>
<NoStandardLib>True</NoStandardLib>
<Noconfig>True</Noconfig>