File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
using System ;
5
5
using System . Runtime . CompilerServices ;
6
+ using Xunit ;
6
7
7
8
public class MemorySsaTests
8
9
{
9
10
private static int _intStatic ;
10
11
11
- public static int Main ( )
12
+ [ Fact ]
13
+ public static int TestEntryPoint ( )
12
14
{
13
15
return ProblemWithHandlerPhis ( new int [ 0 ] ) ? 101 : 100 ;
14
16
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <OutputType >Exe</OutputType >
4
- </PropertyGroup >
5
2
<PropertyGroup >
6
3
<DebugType >None</DebugType >
7
4
<Optimize >True</Optimize >
Original file line number Diff line number Diff line change 17
17
<ExcludeList Include = " $(XunitTestBinBase)/JIT/opt/ValueNumbering/ExposedLocalsNumbering/**" >
18
18
<Issue >https://github.com/dotnet/runtime/issues/80184</Issue >
19
19
</ExcludeList >
20
+ <ExcludeList Include = " $(XunitTestBinBase)/JIT/opt/SSA/MemorySsa/**" >
21
+ <Issue >https://github.com/dotnet/runtime/issues/86112</Issue >
22
+ </ExcludeList >
20
23
</ItemGroup >
21
24
22
25
<!-- All OS/Arch CoreCLR excludes -->
You can’t perform that action at this time.
0 commit comments