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 1184


Ignore:
Timestamp:
2015-06-10T20:44:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1183 r1184  
    222222         (order #'lex>)
    223223         (ring-and-order (make-ring-and-order :ring ring :order order)))
    224     (is-true (equalp (print (poly->alist (normal-form ring-and-order f fl)))
    225                      '(((0 2) . 1))))))
     224    (is (equalp (print (poly->alist (normal-form ring-and-order f fl)))
     225                '(((0 2) . 1))))))
    226226
    227227(run! 'ngrobner-suite)
Note: See TracChangeset for help on using the changeset viewer.