Skip to content

Commit

Permalink
Missing reference to github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Oct 12, 2014
1 parent efc8914 commit 39eea47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/compiler/codegen/block_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ describe "Code gen: block" do
").to_i.should eq(1)
end

it "allows initialize with yield" do
it "allows initialize with yield (#224)" do
run(%(
class Foo
def initialize
Expand Down
2 changes: 1 addition & 1 deletion spec/compiler/type_inference/block_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ describe "Block inference" do
)) { array_of(float64) }
end

it "allows initialize with yield" do
it "allows initialize with yield (#224)" do
assert_type(%(
class Foo
def initialize
Expand Down

0 comments on commit 39eea47

Please sign in to comment.