summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-08-24 17:06:38 -0700
committerJan Kotas <jkotas@microsoft.com>2015-08-24 17:06:38 -0700
commit1356934f7b99489c1b0daa41fb5d9369825bcfeb (patch)
treee73507ca5f4c9218e900f2587bbda1ac9db03c56
parent767e9175ea115425b814432c4362afb0d83b3668 (diff)
downloadcoreclr-1356934f7b99489c1b0daa41fb5d9369825bcfeb.tar.gz
coreclr-1356934f7b99489c1b0daa41fb5d9369825bcfeb.tar.bz2
coreclr-1356934f7b99489c1b0daa41fb5d9369825bcfeb.zip
Re-enable JIT test
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs
index c0ee4ebcab..d4cbdc660c 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs
@@ -48,12 +48,8 @@ namespace Test
{
try
{
- // Issue #1421 RyuJIT generates incorrect exception handling scopes for IL generated by Roslyn
-#if false
Main1();
return -1;
-#endif
- return 100;
}
catch (IndexOutOfRangeException)
{