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

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

Issue 11017068: Fix name of 32-bit nexes to make create_nmf happy (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
Index: visual_studio/NativeClientVSAddIn/UnitTests/PropertyManagerTest.cs
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/PropertyManagerTest.cs b/visual_studio/NativeClientVSAddIn/UnitTests/PropertyManagerTest.cs
index 41d399929730e6edd910dc1f664ec34d580859d5..d180f57e6e93db52b3636ca90628d8e001326298 100644
--- a/visual_studio/NativeClientVSAddIn/UnitTests/PropertyManagerTest.cs
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/PropertyManagerTest.cs
@@ -193,7 +193,7 @@ namespace UnitTests
string projectDir = Path.Combine(
slnDir, Path.GetDirectoryName(TestUtilities.BlankNaClProjectUniqueName)) + @"\";
string outputDir = Path.Combine(slnDir, "NaCl64", "newlib", "Debug") + @"\";
- string assembly = Path.Combine(outputDir, TestUtilities.BlankNaClProjectName + "_x86_64.nexe");
+ string assembly = Path.Combine(outputDir, TestUtilities.BlankNaClProjectName + "_64.nexe");
Assert.AreEqual(expectedSDKRootDir, target.SDKRootDirectory, "SDK Root.");
Assert.AreEqual(projectDir, target.ProjectDirectory, "ProjectDirectory.");
« no previous file with comments | « visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698