covers 'facets/kernel/callstack'

test_case Kernel do

  method :call_stack do

    test do
      call_stack
    end

  end

  method :callstack do

    test do
      callstack
    end

  end

end
