diff --git a/spec/std/callstack_spec.cr b/spec/std/callstack_spec.cr index 24fcc62be718..6bc9eab45312 100644 --- a/spec/std/callstack_spec.cr +++ b/spec/std/callstack_spec.cr @@ -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