aboutsummaryrefslogtreecommitdiff
path: root/tests/lisp/comment.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lisp/comment.lisp')
-rw-r--r--tests/lisp/comment.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/lisp/comment.lisp b/tests/lisp/comment.lisp
deleted file mode 100644
index 40d5081..0000000
--- a/tests/lisp/comment.lisp
+++ /dev/null
@@ -1,8 +0,0 @@
-(list 1 2 3) ;; comment
-(list 1;; comment
- 2 3)
-(list 1 ;; comment
-;; comment
- 2 3)
-;; comment
-