Skip to content

Commit

Permalink
Strong GC.stats spec
Browse files Browse the repository at this point in the history
Ary Borenszweig committed Oct 12, 2016

Verified

This commit was signed with the committer’s verified signature.
headius Charles Oliver Nutter
1 parent 56cff37 commit d3814ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/std/gc_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
require "spec"

# Make sure it compiles
typeof(GC.stats)
describe "GC" do
it "compiles GC.stats" do
typeof(GC.stats).should eq(GC::Stats)
end
end

0 comments on commit d3814ec

Please sign in to comment.