We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f3ccf commit 2ad1ba9Copy full SHA for 2ad1ba9
1 file changed
csharp/extractor/Semmle.Extraction.Tests/DotNet.cs
@@ -107,20 +107,6 @@ public void TestDotnetInfoFailure()
107
Assert.Fail("Expected exception");
108
}
109
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
124
[Fact]
125
public void TestDotnetRestoreProjectToDirectory1()
126
{
0 commit comments