Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff 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 number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

using System;
using Xunit;


public struct ValX1<T>
Expand Down Expand 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 number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Loading