source: trunk/abcl/t/control-error.lisp

Last change on this file was 15530, checked in by Mark Evenson, 3 years ago

Test for WITH-COMPILATION-UNIT and MUFFLE-WARNING restart

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.