提交 193e4665 编写于 作者: J Justin Collins

Switch test to work in Ruby 1.8 and 1.9

上级 3e367bbe
......@@ -17,8 +17,8 @@ class OutputProcessorTests < Test::Unit::TestCase
assert_output "", Sexp.new(Sexp.new(:str, 'x'))
end
def test_output_bad_input
assert_output "", Sexp.new(:call, "what is this doing here", Sexp.new(:huh))
def test_output_bad_node_type
assert_output "", Sexp.new(:bad_node_type)
end
def test_output_local_variable
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册