File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
test/dotnet.Tests/CommandTests/Run Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ public void RunParserAcceptsWindowsPathSeparatorsOnWindows()
3737
3838 Directory . SetCurrentDirectory ( newWorkingDir ) ;
3939 var projectPath = @".\HelloWorld.csproj" ;
40-
4140 // Should not throw on Windows
4241 var runCommand = RunCommand . FromArgs ( new [ ] { "--project" , projectPath } ) ;
4342 runCommand . ProjectFileFullPath . Should ( ) . NotBeNull ( ) ;
@@ -52,7 +51,6 @@ public void RunParserAcceptsWindowsPathSeparatorsOnLinux()
5251
5352 Directory . SetCurrentDirectory ( newWorkingDir ) ;
5453 var projectPath = @".\HelloWorld.csproj" ;
55-
5654 // Should not throw on Linux with backslash separators
5755 var runCommand = RunCommand . FromArgs ( new [ ] { "--project" , projectPath } ) ;
5856 runCommand . ProjectFileFullPath . Should ( ) . NotBeNull ( ) ;
You can’t perform that action at this time.
0 commit comments