Skip to content
Snippets Groups Projects
Commit d484501e authored by pfdietz's avatar pfdietz
Browse files

Fixed ordering problem in tests.

parent 75bf107d
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
',objform ',(first expected-cpl)) ',objform ',(first expected-cpl))
t))) t)))
(and (eql (first cpl) ',(first expected-cpl)) (and (eql (first cpl) ',(first expected-cpl))
(is-noncontiguous-sublist-of cpl ',expected-cpl)))) (is-noncontiguous-sublist-of ',expected-cpl cpl))))
t))) t)))
;;; Condition types ;;; Condition types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment