Skip to content

Commit ee55c10

Browse files
committed
Removed old comment
1 parent 3faa129 commit ee55c10

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
@@ -407,7 +407,7 @@ let _ = sprintf " %*.1f" 3 4.5
407407
let _ = sprintf " %6.*f" 3 4.5
408408
let _ = sprintf " %6.*%" 3
409409
let _ = printf " %a" (fun _ _ -> ()) 2
410-
let _ = printf " %*a" 3 (fun _ _ -> ()) 2 //TODO: this fails in coreclr
410+
let _ = printf " %*a" 3 (fun _ _ -> ()) 2
411411
"""
412412

413413
let file = "/home/user/Test.fsx"

0 commit comments

Comments
 (0)