File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
csharp/autobuilder/Semmle.Autobuild.Tests Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ public void TestWindowCSharpMsBuild()
745745 TestAutobuilderScript ( autobuilder , 0 , 6 ) ;
746746 }
747747
748- [ Fact ]
748+ [ Fact ]
749749 public void TestWindowCSharpMsBuildMultipleSolutions ( )
750750 {
751751 Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\csharp\nuget\nuget.exe restore test1.csproj" ] = 0 ;
@@ -757,7 +757,7 @@ public void TestWindowCSharpMsBuildMultipleSolutions()
757757 Actions . FileExists [ "csharp.log" ] = true ;
758758 Actions . FileExists [ @"test1.csproj" ] = true ;
759759 Actions . FileExists [ @"test2.csproj" ] = true ;
760- Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" ] = false ;
760+ Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" ] = false ;
761761 Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" ] = false ;
762762 Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" ] = true ;
763763 Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" ] = false ;
@@ -792,7 +792,6 @@ public void TestWindowCSharpMsBuildMultipleSolutions()
792792 TestAutobuilderScript ( autobuilder , 0 , 6 ) ;
793793 }
794794
795-
796795 [ Fact ]
797796 public void TestWindowCSharpMsBuildFailed ( )
798797 {
You can’t perform that action at this time.
0 commit comments