Skip to content

Commit

Permalink
Remove debug-leftovers (#8395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored and RX14 committed Oct 29, 2019
1 parent 86040b8 commit e84d46b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/std/callstack_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require "./spec_helper"

private def compile_and_run_file(source_file)
with_tempfile("executable_file") do |executable_file|
puts executable_file
Process.run("bin/crystal", ["build", "--debug", "-o", executable_file, source_file])
File.exists?(executable_file).should be_true

Expand Down

0 comments on commit e84d46b

Please sign in to comment.