summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Rozenfeld <erozen@microsoft.com>2015-11-17 08:30:16 -0800
committerEugene Rozenfeld <erozen@microsoft.com>2015-11-17 08:30:16 -0800
commitb5a0287d7d3a1004615df86d50a1e45b3edb7861 (patch)
treebb56657fee0651478fae7deb79d3f4b61f63c5b2
parent48617ae01367b2aad76938d101199cf369bead64 (diff)
downloadcoreclr-b5a0287d7d3a1004615df86d50a1e45b3edb7861.tar.gz
coreclr-b5a0287d7d3a1004615df86d50a1e45b3edb7861.tar.bz2
coreclr-b5a0287d7d3a1004615df86d50a1e45b3edb7861.zip
Fix for test break.
-rw-r--r--tests/src/JIT/CodeGenBringUpTests/Rotate.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/CodeGenBringUpTests/Rotate.cs b/tests/src/JIT/CodeGenBringUpTests/Rotate.cs
index f5c2c04d15..2c23134d24 100644
--- a/tests/src/JIT/CodeGenBringUpTests/Rotate.cs
+++ b/tests/src/JIT/CodeGenBringUpTests/Rotate.cs
@@ -288,7 +288,7 @@ public class Test
return Fail;
}
- Test test = new Test(0x123456789abcdef, 0x12345678);
+ Test test = new Test(0x123456789abcdef, 0x12345678, 0x1234);
if (test.rol64field(11) != 0x1a2b3c4d5e6f7809)
{