Fix vocab name in expr tests
parent
44954753bd
commit
8ade4f9b5b
|
@ -2,7 +2,7 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
!
|
||||
USING: kernel tools.test peg peg.expr multiline sequences ;
|
||||
IN: temporary
|
||||
IN: peg.expr.tests
|
||||
|
||||
{ 5 } [
|
||||
"2+3" eval-expr
|
||||
|
|
Loading…
Reference in New Issue