close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 298


Ignore:
Timestamp:
2015-06-05T21:16:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/utils-tests.lisp

    r297 r298  
    55
    66(defpackage "UTILS-TESTS"
    7   (:use :common-lisp
    8         :it.bese.fiveam))
     7  (:use :cl :it.bese.fiveam))
    98
    109(in-package :utils-tests)
     
    2928(test makelist-1
    3029  "Makelist"
    31   (is (equal (eval '(makelist-1 (* 2 i) i 0 10)) '(0 2 4 6 8 10 12 14 16 18 20)))
     30  (is (equal (makelist-1 (* 2 i) i 0 10) '(0 2 4 6 8 10 12 14 16 18 20)))
    3231
    3332  )
Note: See TracChangeset for help on using the changeset viewer.