~ubuntu-branches/ubuntu/vivid/gcl/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
;-*- Mode:     Lisp -*-
;;;; Author:   Paul Dietz
;;;; Created:  Thu Oct 17 06:44:45 2002
;;;; Contains: Tests of T

(in-package :cl-test)

(deftest t.1
  t t)

(deftest t.2
  (not-mv (constantp t))
  nil)

(deftest t.3
  (eqt t 't)
  t)

(deftest t.4
  (symbol-value t)
  t)

;;; Tests for use of T in case forms, as a stream designator, or as a class
;;; designator will be elsewhere