Skip to content

Commit

Permalink
skip if without_interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 29, 2023
1 parent 80d5f67 commit 9d0c90e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/compiler/crystal/tools/repl_spec.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% skip_file if flag?(:without_interpreter) %}

require "../../../spec_helper"

private def success_value(result : Crystal::Repl::EvalResult) : Crystal::Repl::Value
Expand Down

0 comments on commit 9d0c90e

Please sign in to comment.