Skip to content

Commit 13f2513

Browse files
committed
fix test
1 parent 9101d46 commit 13f2513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/vs/service.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3190,7 +3190,7 @@ type FSharpChecker(projectCacheSize, keepAssemblyContents, keepAllBackgroundReso
31903190
member ic.ProjectChecked = backgroundCompiler.ProjectChecked
31913191

31923192
static member GlobalForegroundParseCountStatistic = BackgroundCompiler.GlobalForegroundParseCountStatistic
3193-
static member GlobalForegroundTypeCheckCountStatistic = BackgroundCompiler.GlobalForegroundParseCountStatistic
3193+
static member GlobalForegroundTypeCheckCountStatistic = BackgroundCompiler.GlobalForegroundTypeCheckCountStatistic
31943194

31953195
// Obsolete
31963196
member ic.MatchBraces(filename, source, options) =

0 commit comments

Comments
 (0)