Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/compiler/semantic/exception_spec.cr
Original file line number Diff line number Diff line change
@@ -404,14 +404,6 @@ describe "Semantic: exception" do
assert_error %(
require "prelude"
def some_method
if rand < 0.999999999
raise "OH NO"
else
2
end
end
class Coco < Exception
def initialize(@x : Foo)
end

0 comments on commit fae6cc4

Please sign in to comment.