]> gitweb.factorcode.org Git - factor.git/commitdiff
classes.algebra: update forgotten test for flatten-class.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 26 Oct 2019 00:53:06 +0000 (17:53 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 26 Oct 2019 00:53:06 +0000 (17:53 -0700)
core/classes/algebra/algebra-tests.factor

index d9ac9263ac9b28fd454d0b652a11155ea9597741..ab77e6e5b0667c35ae7ae31a99dacc948c230e13 100644 (file)
@@ -354,7 +354,7 @@ TUPLE: xh < xb ;
 
 { t } [ { xa xb xc xd xe xf xg xh } sort-classes dup sort-classes = ] unit-test
 
-{ H{ { word word } } } [
+{ { word } } [
     generic-class flatten-class
 ] unit-test