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 301


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

* empty log message *

File:
1 edited

Legend:

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

    r300 r301  
    11(load "~/quicklisp/setup")
    22(ql:quickload :fiveam)
     3
    34(load "ngrobner.asd")
    45(asdf:load-system :ngrobner)
     
    1314
    1415(in-suite utils-suite)
    15 (use-package :ngrobner)
    16 
    1716
    1817#+nil
     
    2827(test makelist-1
    2928  "Makelist"
    30   (is (equal (makelist-1 (* 2 i) i 0 10) '(0 2 4 6 8 10 12 14 16 18 20)))
     29  (is (equal (ngrobner::makelist-1 (* 2 i) i 0 10) '(0 2 4 6 8 10 12 14 16 18 20)))
    3130
    3231  )
Note: See TracChangeset for help on using the changeset viewer.