Skip to content

Commit

Permalink
Remove deprecated 'lf'
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed Jan 21, 2024
1 parent c883550 commit 56d11de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-custom.factor
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
! Copyright 2019-2022 nomennescio
! Copyright 2019-2024 nomennescio

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

M: assert-sequence error.
[ "Actually expected :" write expected>> ... ]
[ lf "but instead got :" write got>> ... ] bi
[ nl "but instead got :" write got>> ... ] bi
;

: run-test ( -- )
Expand Down

0 comments on commit 56d11de

Please sign in to comment.