Re-enable throwinnestedtrycatch_il_r test (#72901)
authorKunal Pathak <Kunal.Pathak@microsoft.com>
Wed, 27 Jul 2022 14:51:28 +0000 (07:51 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 14:51:28 +0000 (07:51 -0700)
src/tests/issues.targets

index af8d905..0352b6b 100644 (file)
         <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/**">
             <Issue>https://github.com/dotnet/runtime/issues/60154</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_il_r/*">
-            <Issue>https://github.com/dotnet/runtime/issues/66327</Issue>
-        </ExcludeList>
     </ItemGroup>
 
     <!-- Arm64 All OS -->