From 8edd642381e6f5b53dd45de641aadc4bebee1603 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 3 Dec 2018 00:57:06 +0000 Subject: test_pp.rb: show the node when failed git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_pp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pp.rb') diff --git a/test/test_pp.rb b/test/test_pp.rb index 01a5a409b4..d0104651ea 100644 --- a/test/test_pp.rb +++ b/test/test_pp.rb @@ -199,7 +199,7 @@ class PPAbstractSyntaxTree < Test::Unit::TestCase def test_literal ast = AST.parse("1") expected = "(SCOPE@1:0-1:1 tbl: [] args: nil body: (LIT@1:0-1:1 1))" - assert_equal(expected, PP.singleline_pp(ast, ''.dup)) + assert_equal(expected, PP.singleline_pp(ast, ''.dup), ast) end end -- cgit v1.2.3