]> gitweb.factorcode.org Git - factor.git/commitdiff
merge
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 26 May 2008 04:54:28 +0000 (23:54 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 26 May 2008 04:54:28 +0000 (23:54 -0500)
extra/sequences/lib/lib-tests.factor

index 7a941b160a2ab41c17525ffbc77cf17575feec01..ee447decdf866973c5fe33cd9bb14241990ac9ec 100755 (executable)
@@ -80,12 +80,9 @@ IN: sequences.lib.tests
 [ ] [ { } 0 firstn ] unit-test
 [ "a" ] [ { "a" } 1 firstn ] unit-test
 
-<<<<<<< HEAD:extra/sequences/lib/lib-tests.factor
 [ { { 1 1 } { 1 2 } { 2 0 } } ] [ { { 2 0 } { 1 1 } { 1 2 } } dup [ first ] insertion-sort ] unit-test
-=======
 [ "empty" ] [ { } [ "not empty" ] [ "empty" ] if-seq ] unit-test
 [ { 1 } "not empty" ] [ { 1 } [ "not empty" ] [ "empty" ] if-seq ] unit-test
 
 [ "empty" ] [ { } [ "empty" ] [ "not empty" ] if-empty ] unit-test
 [ { 1 } "not empty" ] [ { 1 } [ "empty" ] [ "not empty" ] if-empty ] unit-test
->>>>>>> 299bb1fb1692a4427f5b46f70dbbcefd6aa57163:extra/sequences/lib/lib-tests.factor