Skip to content

Commit cc905c3

Browse files
committed
fix tests, netstandard doesnt have String.GetTypeCode method
1 parent 75a64d8 commit cc905c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/EditorTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ open FSharp.Compiler.Service.Tests.Common
3737
let stringMethods =
3838
#if DOTNETCORE
3939
["Chars"; "CompareTo"; "Contains"; "CopyTo"; "EndsWith"; "Equals";
40-
"GetHashCode"; "GetType"; "GetTypeCode"; "IndexOf";
40+
"GetHashCode"; "GetType"; "IndexOf";
4141
"IndexOfAny"; "Insert"; "LastIndexOf"; "LastIndexOfAny";
4242
"Length"; "PadLeft"; "PadRight"; "Remove"; "Replace"; "Split";
4343
"StartsWith"; "Substring"; "ToCharArray"; "ToLower"; "ToLowerInvariant";

0 commit comments

Comments
 (0)