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 293


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

* empty log message *

File:
1 edited

Legend:

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

    r292 r293  
    2525  (is (= 0 (+ 1 1)) "this should have failed"))
    2626
    27 (test makelist
     27(test makelist-1
     28  "Makelist"
    2829  (is (equal (makelist-1 (* 2 i) i 0 10) (0 2 4 6 8 10 12 14 16 18 20)))
    2930  )
Note: See TracChangeset for help on using the changeset viewer.