summary: forgot to commit the test change.
parent
1cba716637
commit
8aafd0240a
|
@ -2,7 +2,7 @@ USING: combinators continuations kernel summary tools.test ;
|
||||||
IN: summary.tests
|
IN: summary.tests
|
||||||
|
|
||||||
{ "array with 2 elements" } [ { 1 2 } summary ] unit-test
|
{ "array with 2 elements" } [ { 1 2 } summary ] unit-test
|
||||||
{ "string with 5 characters" } [ "hello" summary ] unit-test
|
{ "string with 5 code points" } [ "hello" summary ] unit-test
|
||||||
{ "hash-set with 3 members" } [ HS{ 1 2 3 } summary ] unit-test
|
{ "hash-set with 3 members" } [ HS{ 1 2 3 } summary ] unit-test
|
||||||
{ "hashtable with 1 entries" } [ H{ { 3 4 } } summary ] unit-test
|
{ "hashtable with 1 entries" } [ H{ { 3 4 } } summary ] unit-test
|
||||||
{ "Quotation's stack effect does not match call site" } [
|
{ "Quotation's stack effect does not match call site" } [
|
||||||
|
|
Loading…
Reference in New Issue