Changeset 15482


Ignore:
Timestamp:
11/11/20 17:58:11 (3 years ago)
Author:
Mark Evenson
Message:

Test COMPILE-FILE/LOAD machinery in pathological situations

Location:
trunk/abcl
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl-prove.asd

    r15385 r15482  
     1;;; -*- Mode: LISP; Syntax: COMMON-LISP -*-
    12(defsystem :abcl-prove
    23  :version "1.8.0"
     
    2223                             (:test-file "read-suppress")
    2324                             (:test-file "run-program")
    24                              (:test-file "url-stream")))))
     25                             (:test-file "url-stream")
     26                             (:test-file "without-use-cl")))))
     27
    2528
    2629
Note: See TracChangeset for help on using the changeset viewer.