mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 01:37:19 +00:00
remove debug print in test suite0001
This commit is contained in:
parent
cb5af974a4
commit
0d31674166
@ -150,7 +150,6 @@
|
||||
(def [a b & rest] [:a :b nil :d])
|
||||
(assert (= a :a) "tuple destructuring 6 - rest")
|
||||
(assert (= b :b) "tuple destructuring 7 - rest")
|
||||
(pp rest)
|
||||
(assert (= rest [nil :d]) "tuple destructuring 8 - rest"))
|
||||
|
||||
# Marshal
|
||||
|
Loading…
Reference in New Issue
Block a user