Skip to content
Merged
  •  
  •  
  •  
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -58,7 +59,8 @@ public static void Eval(bool exp)
}


public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -58,7 +59,8 @@ public static void Eval(bool exp)
}


public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -58,7 +59,8 @@ public static void Eval(bool exp)
}


public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -58,7 +59,8 @@ public static void Eval(bool exp)
}


public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand DownExpand Up@@ -51,7 +52,8 @@ public static void Eval(bool exp)

}

public static int Main()
[Fact]
public static int TestEntryPoint()
{
int size = 10;
int i, j, k, l, m;
Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Loading