Skip to content

Commit 8892d58

Browse files
committed
doc: update line-count tests
1 parent d1a8594 commit 8892d58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scribblings/util.rkt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@
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))
@@ -660,8 +660,8 @@
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)))

0 commit comments

Comments
 (0)