factor: more whitespace fixin.
parent
9a90c3f9b2
commit
b4e4ab8ef3
|
@ -227,4 +227,3 @@ in: sequences.extras.tests
|
||||||
|
|
||||||
{ }
|
{ }
|
||||||
[ "test:" all-words [ name>> over prepend ] map-zip 2drop ] unit-test
|
[ "test:" all-words [ name>> over prepend ] map-zip 2drop ] unit-test
|
||||||
|
|
||||||
|
|
|
@ -32,4 +32,3 @@ specialized-array: int
|
||||||
] must-fail
|
] must-fail
|
||||||
|
|
||||||
] with-test-directory
|
] with-test-directory
|
||||||
|
|
||||||
|
|
|
@ -40,4 +40,3 @@ unit-test
|
||||||
[ MEMO[ seconds sleep ] each ] benchmark
|
[ MEMO[ seconds sleep ] each ] benchmark
|
||||||
0.18e9 0.25e9 between?
|
0.18e9 0.25e9 between?
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
|
|
@ -17,5 +17,3 @@ T{ foo-gadget } <toolbar> "t" set
|
||||||
|
|
||||||
{ 2 } [ "t" get children>> length ] unit-test
|
{ 2 } [ "t" get children>> length ] unit-test
|
||||||
{ "Foo A" } [ "t" get gadget-child gadget-child string>> ] unit-test
|
{ "Foo A" } [ "t" get gadget-child gadget-child string>> ] unit-test
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,4 +19,3 @@ ALIAS: test-alias + ;
|
||||||
[ \ test-alias summary ] unit-test
|
[ \ test-alias summary ] unit-test
|
||||||
|
|
||||||
{ } [ gensym see ] unit-test
|
{ } [ gensym see ] unit-test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue