Skip to content
Snippets Groups Projects
Commit 80eba0a7 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

restructure: add array missing test

parent 892cf80a
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
;;;; Author: Paul Dietz ;;;; Author: Paul Dietz
;;;; Contains: Tests of the function ARRAY-HAS-FILL-POINTER-P ;;;; Contains: Tests of the function ARRAY-HAS-FILL-POINTER-P
(in-package :cl-test)
;;; Many tests are in other files, incidental to testing of ;;; Many tests are in other files, incidental to testing of
;;; other things ;;; other things
...@@ -52,5 +50,3 @@ ...@@ -52,5 +50,3 @@
(deftest array-has-fill-pointer-p.error.4 (deftest array-has-fill-pointer-p.error.4
(signals-type-error x nil (array-has-fill-pointer-p x)) (signals-type-error x nil (array-has-fill-pointer-p x))
t) t)
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
(load "array-dimension.lsp") (load "array-dimension.lsp")
(load "array-dimensions.lsp") (load "array-dimensions.lsp")
(load "array-element-type.lsp") (load "array-element-type.lsp")
(load "array-has-fill-pointer-p.lsp")
(load "array-in-bounds-p.lsp") (load "array-in-bounds-p.lsp")
(load "array-misc.lsp") (load "array-misc.lsp")
(load "array-rank.lsp") (load "array-rank.lsp")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment