Skip to content

Commit

Permalink
Fixed specs
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Dec 7, 2016
1 parent f980578 commit 8320e5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/compiler/semantic/doc_spec.cr
Expand Up @@ -165,6 +165,7 @@ describe "Semantic: doc" do
result = semantic %(
# Hello
enum Foo
A
end
), wants_doc: true
program = result.program
Expand All @@ -178,6 +179,7 @@ describe "Semantic: doc" do
# Hello
@[Flags]
enum Foo : UInt8
A
end
), wants_doc: true
program = result.program
Expand Down Expand Up @@ -206,6 +208,7 @@ describe "Semantic: doc" do
# Hello
@[Flags]
enum Foo
A
end
), wants_doc: true
program = result.program
Expand Down

0 comments on commit 8320e5e

Please sign in to comment.