source:
trunk/abcl/t/control-error.lisp
Last change on this file was 15530, checked in by , 3 years ago | |
---|---|
File size: 165 bytes |
Line | |
---|---|
1 | (in-package :cl-user) |
2 | |
3 | ;;; <https://github.com/armedbear/abcl/issues/396> |
4 | (prove:plan 1) |
5 | (prove:ok |
6 | (with-compilation-unit () (signal 'warning))) |
7 | (prove:finalize) |
Note: See TracBrowser
for help on using the repository browser.