summary: forgot to commit the test change.

clean-linux-x86-64
John Benediktsson 2019-08-05 14:27:05 -07:00
parent 1cba716637
commit 8aafd0240a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ USING: combinators continuations kernel summary tools.test ;
IN: summary.tests
{ "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
{ "hashtable with 1 entries" } [ H{ { 3 4 } } summary ] unit-test
{ "Quotation's stack effect does not match call site" } [