| Index: visual_studio/NativeClientVSAddIn/UnitTests/CompileParallelTest.cs
|
| diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/CompileParallelTest.cs b/visual_studio/NativeClientVSAddIn/UnitTests/CompileParallelTest.cs
|
| index e52a0b43ff17e587fdb082d29891d8bf4107817e..a86301cd12c533e9800204b64b0a65594a47c40f 100644
|
| --- a/visual_studio/NativeClientVSAddIn/UnitTests/CompileParallelTest.cs
|
| +++ b/visual_studio/NativeClientVSAddIn/UnitTests/CompileParallelTest.cs
|
| @@ -55,7 +55,7 @@ namespace UnitTests
|
|
|
| dte_.Solution.Close(true);
|
|
|
| - CheckCompile(platform, false);
|
| + CheckCompile(platform);
|
| }
|
| }
|
| }
|
|
|