Fix unit test

db4
Slava Pestov 2008-06-09 03:20:27 -05:00
parent ba8f1388ab
commit 05fb5fcb17
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ IN: calendar.format.macros
[ { [ 1 throw ] } attempt-all-quots ] [ 1 = ] must-fail-with
: compiled-test-1 { [ 1 throw ] [ 2 ] } attempt-all-quots ;
: compiled-test-1 ( -- n )
{ [ 1 throw ] [ 2 ] } attempt-all-quots ;
\ compiled-test-1 must-infer