sbcl.sbcl/tests/bug-332.lisp
Stas Boukarev 2a84bc5fed tests: Don't breed lots of run-tests-nnn directories.
In load.impure.lisp(bug-332), just use a static file.
As to creating .fasl in the same directory, lots of tests do that, so
running them concurrently from the same source tree is already a bad
idea.
2014-08-05 14:26:53 +04:00

3 lines
52 B
Common Lisp

(defstruct bug-332 foo)
(defstruct bug-332 foo bar)