Fix vocab name in expr tests

db4
Chris Double 2008-03-20 17:16:50 +13:00
parent 44954753bd
commit 8ade4f9b5b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
! !
USING: kernel tools.test peg peg.expr multiline sequences ; USING: kernel tools.test peg peg.expr multiline sequences ;
IN: temporary IN: peg.expr.tests
{ 5 } [ { 5 } [
"2+3" eval-expr "2+3" eval-expr