Skip to content

Commit

Permalink
Add missing require in iterator_spec (#11148)
Browse files Browse the repository at this point in the history
Without it, the spec can't be run standalone.
  • Loading branch information
asterite authored Aug 28, 2021
1 parent f18b38b commit 959bbef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/std/iterator_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "spec"
require "spec/helpers/iterate"
require "iterator"

struct StructIter
Expand Down

0 comments on commit 959bbef

Please sign in to comment.