Skip to content

Commit

Permalink
macro_spec: better descriptions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Aug 19, 2017
1 parent 49f7bac commit 5362e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/compiler/semantic/macro_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ describe "Semantic: macro" do
), inject_primitives: false) { int32 }
end

it "passes #4739" do
it "finds metaclass instance of instance method (#4739)" do
assert_type(%(
class Parent
macro foo
Expand All @@ -1146,7 +1146,7 @@ describe "Semantic: macro" do
)) { int32 }
end

it "passes #4639" do
it "finds metaclass instance of instance method (#4639)" do
assert_type(%(
module Include
macro foo
Expand Down

0 comments on commit 5362e25

Please sign in to comment.