From 39eea47c2d29eeca9cbcec8ee7fbe944261710ef Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Sun, 12 Oct 2014 11:41:37 -0300 Subject: [PATCH] Missing reference to github issue --- spec/compiler/codegen/block_spec.cr | 2 +- spec/compiler/type_inference/block_spec.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/compiler/codegen/block_spec.cr b/spec/compiler/codegen/block_spec.cr index 23748d7122b7..4374ec6738f9 100755 --- a/spec/compiler/codegen/block_spec.cr +++ b/spec/compiler/codegen/block_spec.cr @@ -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 diff --git a/spec/compiler/type_inference/block_spec.cr b/spec/compiler/type_inference/block_spec.cr index c58b7ec592c1..3ff6fcb9cdf7 100755 --- a/spec/compiler/type_inference/block_spec.cr +++ b/spec/compiler/type_inference/block_spec.cr @@ -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