File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 597597 (path->directory-path (build-path benchmarks-path "gregor " ))))
598598
599599 (test-case "get-untyped-loc "
600- (check-equal? (get-untyped-loc (benchmark->typed/untyped-dir 'dungeon )) 541 ))
600+ (check-equal? (get-untyped-loc (benchmark->typed/untyped-dir 'dungeon )) 547 ))
601601
602602 (test-case "get-typed-loc "
603603 (check-equal? (get-typed-loc (benchmark->typed/untyped-dir 'dungeon )) 610 ))
660660 (check-equal? (hash-ref si "# Bnd. " ) 1 )
661661 (check-equal? (hash-ref si "# Exp. " ) 9 ))
662662 (let ((zi (get-gradual-typing-static-info 'zombie )))
663- (check-equal? (hash-ref zi "Untyped LOC " ) 308 )
664- (check-equal? (hash-ref zi "Annotation LOC " ) 26 )
663+ (check-equal? (hash-ref zi "Untyped LOC " ) 309 )
664+ (check-equal? (hash-ref zi "Annotation LOC " ) 25 )
665665 (check-equal? (hash-ref zi "# Modules " ) 4 )
666666 (check-equal? (hash-ref zi "# Bnd. " ) 3 )
667667 (check-equal? (hash-ref zi "# Exp. " ) 15 )))
You can’t perform that action at this time.
0 commit comments