parser: update unit test

db4
Slava Pestov 2010-07-08 15:40:34 -04:00
parent 732befe272
commit cac139297d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ DEFER: foo
! parse-tokens should do the right thing on EOF ! parse-tokens should do the right thing on EOF
[ "USING: kernel" eval( -- ) ] [ "USING: kernel" eval( -- ) ]
[ error>> T{ unexpected { want ";" } } = ] must-fail-with [ error>> T{ unexpected { want "token" } } = ] must-fail-with
! Test smudging ! Test smudging