Last change
on this file since 13940 was
13940,
checked in by Mark Evenson, 9 years ago
|
Move JSS specific test under contrib.
Invocations of the ABCL test suite as used for bisection with
'--noinit --batch' fail to find abcl-contrib properly, so move the one
contrib specific test for now.
|
File size:
323 bytes
|
Line | |
---|
1 | (require :abcl) |
---|
2 | (require :abcl-test-lisp) |
---|
3 | (require :abcl-contrib) |
---|
4 | (require :jss) |
---|
5 | |
---|
6 | (in-package :abcl-test-lisp) |
---|
7 | |
---|
8 | ;;; http://trac.common-lisp.net/armedbear/ticket/205 |
---|
9 | (deftest jss.with-constant-signature.1 |
---|
10 | (progn |
---|
11 | (jss:with-constant-signature ((substring "substring")) |
---|
12 | (substring "01234" 2))) |
---|
13 | "234") |
---|
14 | |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.