Skip to content

Commit 56d11de

Browse files
committed
Remove deprecated 'lf'
1 parent c883550 commit 56d11de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-custom.factor

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
! Copyright 2019-2022 nomennescio
1+
! Copyright 2019-2024 nomennescio
22

33
USING: accessors debugger io kernel namespaces prettyprint sequences tools.testest ;
44
IN: tests
55

66
M: assert-sequence error.
77
[ "Actually expected :" write expected>> ... ]
8-
[ lf "but instead got :" write got>> ... ] bi
8+
[ nl "but instead got :" write got>> ... ] bi
99
;
1010

1111
: run-test ( -- )

0 commit comments

Comments
 (0)