Skip to content

Commit ae12d47

Browse files
committed
Remove outdated test comment
Capmacros don't exist anymore.
1 parent efaafef commit ae12d47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test.ls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,6 @@ test "macro generating macro and macro call" -> # yes srsly squared
955955
..`@equals` "hello();"
956956
957957
test "macros capture from outer env" ->
958-
# To create a macro that *does* capture the current macro environment, use
959-
# `capmacro`.
960958
esl '''
961959
(macro f (lambda () (return '"hello")))
962960
(macro g (lambda () (return '(f))))

0 commit comments

Comments
 (0)