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.

Ignore:
Timestamp:
2015-06-05T21:02: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

    r288 r289  
    1313(in-suite utils-suite)
    1414
    15 (test utils-tests
     15(test dummy-test
    1616  "Makelist"
    1717  (is (= (+ 2 2)) "2 plus 2 wasn't equal to 4 (using #'= to test equality)")
     
    2121    (+ 'foo 4))
    2222  (is (= 0 (+ 1 1)) "this should have failed"))
     23
     24(run!)
Note: See TracChangeset for help on using the changeset viewer.