Skip to content

Commit

Permalink
fix outdated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
bennn committed Apr 22, 2020
1 parent 40231cd commit 214bea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/parse.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@

(test-case "racket-filenames"
(let ((v (racket-filenames TEST)))
(check-equal? (set-count v) 6)
(check-equal? (set-count v) 7)
(check set=? v (set (string->path "infinite-loop-file-target.rkt") (string->path "sample-file-target.rkt") (string->path "sample-manifest-target.rkt") (string->path "sample-manifest-target-config.rkt") (string->path "manifest1.rkt") (string->path "manifest2.rkt")))))

(test-case "manifest->targets"
Expand Down

0 comments on commit 214bea8

Please sign in to comment.