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
|
||||
|
||||
|
|
|
@ -32,4 +32,3 @@ specialized-array: int
|
|||
] must-fail
|
||||
|
||||
] with-test-directory
|
||||
|
||||
|
|
|
@ -40,4 +40,3 @@ unit-test
|
|||
[ MEMO[ seconds sleep ] each ] benchmark
|
||||
0.18e9 0.25e9 between?
|
||||
] unit-test
|
||||
|
||||
|
|
|
@ -88,4 +88,4 @@ in: modern.paths
|
|||
all-vocabs less-core-test-vocabs
|
||||
unsupported-vocabs diff
|
||||
[ modern-source-paths ] [ modern-docs-paths ] [ modern-tests-paths ] tri
|
||||
] { } append-outputs-as reject-some-paths filter-exists ;
|
||||
] { } append-outputs-as reject-some-paths filter-exists ;
|
||||
|
|
|
@ -17,5 +17,3 @@ T{ foo-gadget } <toolbar> "t" set
|
|||
|
||||
{ 2 } [ "t" get children>> length ] 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
|
||||
|
||||
{ } [ gensym see ] unit-test
|
||||
|
||||
|
|
Loading…
Reference in New Issue