Last change
on this file since 8991 was
8991,
checked in by gz, 13 years ago
|
Check in the gcl ansi test suite (original, in preparation for making local changes)
|
File size:
351 bytes
|
Line | |
---|
1 | ;-*- Mode: Lisp -*- |
---|
2 | ;;;; Author: Paul Dietz |
---|
3 | ;;;; Created: Mon Jun 16 19:40:32 2003 |
---|
4 | ;;;; Contains: Tests of CLASS-OF |
---|
5 | |
---|
6 | (in-package :cl-test) |
---|
7 | |
---|
8 | ;;; Most tests of CLASS-OF are in other files |
---|
9 | |
---|
10 | (deftest class-of.error.1 |
---|
11 | (signals-error (class-of) program-error) |
---|
12 | t) |
---|
13 | |
---|
14 | (deftest class-of.error.2 |
---|
15 | (signals-error (class-of nil nil) program-error) |
---|
16 | t) |
---|
Note: See
TracBrowser
for help on using the repository browser.