~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to ansi-tests/t.lsp

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;-*- Mode:     Lisp -*-
 
2
;;;; Author:   Paul Dietz
 
3
;;;; Created:  Thu Oct 17 06:44:45 2002
 
4
;;;; Contains: Tests of T
 
5
 
 
6
(in-package :cl-test)
 
7
 
 
8
(deftest t.1
 
9
  t t)
 
10
 
 
11
(deftest t.2
 
12
  (not-mv (constantp t))
 
13
  nil)
 
14
 
 
15
(deftest t.3
 
16
  (eqt t 't)
 
17
  t)
 
18
 
 
19
(deftest t.4
 
20
  (symbol-value t)
 
21
  t)
 
22
 
 
23
;;; Tests for use of T in case forms, as a stream designator, or as a class
 
24
;;; designator will be elsewhere