Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/compiler/codegen/extern_spec.cr
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ describe "Codegen: extern struct" do
)).to_i.should eq(1069547520)
end

it "declares extern struct, sets and gets insance var" do
it "declares extern struct, sets and gets instance var" do
run(%(
@[Extern]
struct Foo
@@ -78,7 +78,7 @@ describe "Codegen: extern struct" do
)).to_i.should eq(42)
end

it "declares extern union, sets and gets insance var" do
it "declares extern union, sets and gets instance var" do
run(%(
@[Extern(union: true)]
struct Foo

0 comments on commit 1f3e8b0

Please sign in to comment.