Skip to content

Commit 0b837b7

Browse files
committed
fix test break
1 parent f854bd5 commit 0b837b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/TypeChecker.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6307,7 +6307,7 @@ and TcConstStringExpr cenv overallTy env m tpenv s =
63076307
| None -> ()
63086308
| Some sink ->
63096309
for specifierLocation in specifierLocations do
6310-
sink.NotifyFormatSpecifierLocation m
6310+
sink.NotifyFormatSpecifierLocation specifierLocation
63116311

63126312
UnifyTypes cenv env m aty aty'
63136313
UnifyTypes cenv env m ety ety'

0 commit comments

Comments
 (0)