stack-checker.known-words: fix declared output type for dispatch-stats primitive

db4
Slava Pestov 2009-11-06 04:36:46 -06:00
parent ddd13c8979
commit 1d4ec1959d
2 changed files with 5 additions and 1 deletions

View File

@ -699,7 +699,7 @@ M: bad-executable summary
\ lookup-method { object array } { word } define-primitive
\ reset-dispatch-stats { } { } define-primitive
\ dispatch-stats { } { array } define-primitive
\ dispatch-stats { } { byte-array } define-primitive
\ optimized? { word } { object } define-primitive

View File

@ -0,0 +1,4 @@
IN: tools.time.tests
USING: tools.time tools.test compiler ;
[ ] [ [ [ ] time ] compile-call ] unit-test