Skip to content

Commit 2ad1ba9

Browse files
committed
C#: Delete test.
1 parent a5f3ccf commit 2ad1ba9

File tree

1 file changed

+0
-14
lines changed
  • csharp/extractor/Semmle.Extraction.Tests

1 file changed

+0
-14
lines changed

csharp/extractor/Semmle.Extraction.Tests/DotNet.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,6 @@ public void TestDotnetInfoFailure()
107107
Assert.Fail("Expected exception");
108108
}
109109

110-
[Fact]
111-
public void TestDotnetInfoExitCode143()
112-
{
113-
// Setup
114-
var dotnetCliInvoker = new DotNetCliInvokerStub(new List<string>()) { ExitCode = 143 };
115-
116-
// Execute
117-
_ = MakeDotnet(dotnetCliInvoker);
118-
119-
// Verify
120-
var lastArgs = dotnetCliInvoker.GetLastArgs();
121-
Assert.Equal("--info", lastArgs);
122-
}
123-
124110
[Fact]
125111
public void TestDotnetRestoreProjectToDirectory1()
126112
{

0 commit comments

Comments
 (0)