Skip to content

Commit 1dc2c8f

Browse files
committed
Fixup output a bit
1 parent 7997e50 commit 1dc2c8f

30 files changed

Lines changed: 5 additions & 34 deletions

Src/FastData.Generator.CSharp.Tests/DataStructures/Array_Double_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211
private static readonly double[] _entries = new double[] {

Src/FastData.Generator.CSharp.Tests/DataStructures/Array_Int32_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211
private static readonly int[] _entries = new int[] {

Src/FastData.Generator.CSharp.Tests/DataStructures/Array_Int64_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211
private static readonly long[] _entries = new long[] {

Src/FastData.Generator.CSharp.Tests/DataStructures/Array_String_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211
private static readonly string[] _entries = new string[] {

Src/FastData.Generator.CSharp.Tests/DataStructures/Auto_Double_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211

Src/FastData.Generator.CSharp.Tests/DataStructures/Auto_Int32_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211

Src/FastData.Generator.CSharp.Tests/DataStructures/Auto_Int64_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211

Src/FastData.Generator.CSharp.Tests/DataStructures/Auto_String_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211

Src/FastData.Generator.CSharp.Tests/DataStructures/BinarySearch_Double_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211
private static readonly double[] _entries = new double[] {

Src/FastData.Generator.CSharp.Tests/DataStructures/BinarySearch_Int32_3.verified.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using System;
66
using System.Runtime.CompilerServices;
77
using System.Runtime.InteropServices;
88

9-
109
internal static class MyData
1110
{
1211
private static readonly int[] _entries = new int[] {

0 commit comments

Comments
 (0)