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

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

Issue 10915292: Use irt from within chrome install (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 3 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/ProjectSettingsTest.cs
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs b/visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs
index 71bb7d3197213edc71cc26c5f49b1374cd53fe45..5c97275cfd4451d2216274f39b5be15066ddf6cc 100644
--- a/visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/ProjectSettingsTest.cs
@@ -330,8 +330,6 @@ namespace UnitTests
AllConfigsAssertPropertyEquals(page, "TargetArchitecture", "x86_64", true);
AllConfigsAssertPropertyEquals(page, "VSNaClSDKRoot", @"$(NACL_SDK_ROOT)\", false);
AllConfigsAssertPropertyEquals(page, "NaClManifestPath", string.Empty, false);
- AllConfigsAssertPropertyEquals(
- page, "NaClIrtPath", @"$(VSNaClSDKRoot)\tools\irt_x86_64.nexe", false);
AllConfigsAssertPropertyEquals(page, "NaClWebServerPort", "5103", false);
AllConfigsAssertPropertyIsNotNullOrEmpty(page, "NaClAddInVersion");

Powered by Google App Engine
This is Rietveld 408576698