Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: visual_studio/NativeClientVSAddIn/UnitTests/CompileParallelTest.cs

Issue 69343013: [VS AddIn] Fix default library paths. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698