Merge pull request #1659 from alexanderkyte/stringbuilder-referencesource
[mono.git] / mcs / class / corlib / Test / Microsoft.Win32 / RegistryKeyTest.cs
index e4e38befd16529ef227dec132fab73663e37d8b2..7279f715f7b56052c864f30e9d57bc1123818ad0 100755 (executable)
@@ -1251,11 +1251,7 @@ namespace MonoTests.Microsoft.Win32
                                        Assert.IsNull (createdKey, "#A2");
                                }
 
-#if ONLY_1_1
-                               subKeyName = new string ('a', 255);
-#else
                                subKeyName = new string ('a', 256);
-#endif
 
                                try {
                                        softwareKey.DeleteSubKeyTree (subKeyName);