Skip to content

Commit 4900ecf

Browse files
committed
Manual fixes
1 parent c29d110 commit 4900ecf

File tree

9 files changed

+5
-10
lines changed

9 files changed

+5
-10
lines changed

csharp/ql/test/library-tests/asp/basic/Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
// semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs /r:System.Collections.Specialized.dll
22

33
using System;
44
using System.Web;

csharp/ql/test/library-tests/asp/basic/options

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
semmle-extractor-options: /langversion:8.0
22
semmle-extractor-options: /r:System.Threading.Tasks.dll /r:System.Threading.Tasks.Extensions.dll /r:netstandard.dll /langversion:preview
3-
semmle-extractor-options: /langversion:8.0

csharp/ql/test/library-tests/csharp9/GlobalStmt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ void M1()
2222
{
2323
Console.WriteLine("3");
2424
}
25-
}
25+
}

csharp/ql/test/library-tests/encoding/SBCS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
class SBCS
44
{
5-
string sbcs = "";
5+
string sbcs = "";
66
}

csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/StoredXSS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
// semmle-extractor-options: /r:${testdir}/../../../../resources/assemblies/System.Data.dll /r:${testdir}/../../../../resources/assemblies/System.Web.dll /r:${testdir}/../../../../resources/assemblies/System.Web.Mvc.dll /r:System.ComponentModel.Primitives.dll /r:System.Collections.Specialized.dll /r:${testdir}/../../../../resources/assemblies/System.Net.Http.dll
22

33
using System;
44
using System.Data.SqlClient;

csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/options

Lines changed: 0 additions & 1 deletion
This file was deleted.

csharp/ql/test/query-tests/Stubs/Minimal/MinimalStubsFromSource.expected

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

csharp/ql/test/query-tests/Stubs/Minimal/Test.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.IO;
53
using System.Text;

0 commit comments

Comments
 (0)