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

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

Issue 11086056: Group libraries when linking with gcc (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months 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
« no previous file with comments | « visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClLink.cs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs b/visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs
index 88b098c8a65b39ca4f1fa2a5c01ab9a935b39882..cab4fe6bb3c94e6638ddb9d821e9817c9a5a9380 100644
--- a/visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs
@@ -371,7 +371,7 @@ namespace UnitTests
AllConfigsAssertPropertyEquals(page, "WarningsAsErrors", "false", true);
AllConfigsAssertPropertyEquals(page, "ConfigurationType", "$(ConfigurationType)", true);
AllConfigsAssertPropertyEquals(page, "UserHeaderDependenciesOnly", "true", true);
- AllConfigsAssertPropertyEquals(page, "OutputCommandLine", "true", false);
+ AllConfigsAssertPropertyEquals(page, "OutputCommandLine", "false", false);
// C/C++ Optimization
TestUtilities.AssertPropertyEquals(debug_, page, "OptimizationLevel", "O0", false);
« no previous file with comments | « visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClLink.cs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698