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-20T01:57:09-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-monom.lisp

    r2614 r2616  
    188188  "Polynomial addition"
    189189  (with-fixture poly-context ()
    190     (is-true (print p))
    191     (is-true (print q))
    192     (add-to p q)
    193     (is-true (print p))
     190    (print (add-to p q))
    194191  ))
    195192
     
    197194  "Polynomial subtraction"
    198195  (with-fixture poly-context ()
    199     (is-true (print p))
    200     (is-true (print q))
    201196    (subtract-from p q)
    202     (is-true (print p))
    203197  ))
    204198
Note: See TracChangeset for help on using the changeset viewer.