oops

BUG=

Review URL: https://codereview.chromium.org/11421140

git-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1471 050acbb0-2703-11df-ab0a-9f3f633ae91d
diff --git a/UnitTests/PropertyManagerTest.cs b/UnitTests/PropertyManagerTest.cs
index fc40f59..3b2384f 100644
--- a/UnitTests/PropertyManagerTest.cs
+++ b/UnitTests/PropertyManagerTest.cs
@@ -243,10 +243,6 @@
         Assert.AreEqual(projectDir, target.ProjectDirectory, "ProjectDirectory.");
         Assert.AreEqual(outputDir, target.OutputDirectory, "OutputDirectory.");
         Assert.AreEqual(assembly, target.PluginAssembly, "PluginAssembly.");
-        Assert.AreEqual(
-            @"newlib",
-            target.GetProperty("ConfigurationGeneral", "ToolchainName"),
-            "GetProperty() with ToolchainName incorrect.");
     }
 
     /// <summary>