mirror of
https://github.com/janet-lang/janet
synced 2025-10-27 05:37:42 +00:00
remove debug print in test suite0001
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user