Skip to content

Commit 03d1a3e

Browse files
committed
Trim test files + remove duplicate newlines
1 parent 4900ecf commit 03d1a3e

File tree

185 files changed

+19
-335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+19
-335
lines changed

csharp/ql/test/experimental/Security Features/Serialization/test0.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
using System;
42
using System.Data;
53
using System.IO;

csharp/ql/test/experimental/Security Features/campaign/Solorigate/test.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Text;
33

4-
54
class FalsePositiveCases
65
{
76
// regular FVN

csharp/ql/test/experimental/ir/ir/array.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ public void twod_and_init_acc()
2020
e[1, 1] = -1;
2121
}
2222
}
23-

csharp/ql/test/experimental/ir/ir/stmts.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public static int switchStmt()
4242
return 0;
4343
}
4444

45-
4645
public static void tryCatchFinally()
4746
{
4847
int x = 5;

csharp/ql/test/experimental/ir/ir/using.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ static void Main()
2626
o3.DoSomething();
2727
}
2828
}
29-
30-

csharp/ql/test/library-tests/aliases/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
3-
42
Class is defined in three places, and requires the alias to disambiguate them.
53
*/
64

csharp/ql/test/library-tests/assemblies/Assemblies.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ static void Main(string[] args)
1414
Locations.Test l = new Locations.Test();
1515
}
1616
}
17-
18-
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
using System.Reflection;
42

53
[assembly: AssemblyVersion("1.0.0.0")]

csharp/ql/test/library-tests/assignables/Assignables.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,3 @@ void UsingDeclarations()
138138
using var x = new System.IO.MemoryStream();
139139
}
140140
}
141-
142-

csharp/ql/test/library-tests/async/async.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,3 @@ private static async Task<StreamReader> OpenAsync(string filename)
5454
}
5555
}
5656
}
57-
58-

0 commit comments

Comments
 (0)