Re-enable JIT test
authorJan Kotas <jkotas@microsoft.com>
Tue, 25 Aug 2015 00:06:38 +0000 (17:06 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 25 Aug 2015 00:06:38 +0000 (17:06 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/1356934f7b99489c1b0daa41fb5d9369825bcfeb

src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.cs

index c0ee4eb..d4cbdc6 100644 (file)
@@ -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)
             {