Skip to content

Commit

Permalink
Skip signal spec
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 11, 2024
1 parent ad01192 commit e6ba3a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/std/signal_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
require "./spec_helper"
require "signal"

{% skip_file if flag?(:interpreted) && !Crystal::Interpreter.has_method(:signal) %}

describe "Signal" do
typeof(Signal::ABRT.reset)
typeof(Signal::ABRT.ignore)
Expand Down

0 comments on commit e6ba3a2

Please sign in to comment.