From 2fd8ad08c0aed296c20505f931b99a01e6c595d3 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Wed, 15 Oct 2014 16:14:12 -0400 Subject: [PATCH] Remove unused local variable that was accidentally added. --- test/integration/error_handling_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/error_handling_test.rb b/test/integration/error_handling_test.rb index f0f96e9..c21b4b4 100644 --- a/test/integration/error_handling_test.rb +++ b/test/integration/error_handling_test.rb @@ -151,7 +151,7 @@ class ErrorHandlingTest < Minitest::Test def test_syntax_errors_in_nested_blocks_have_correct_line_number err = assert_raises(SyntaxError) do - tmpl = Liquid::Template.parse(%q{ + Liquid::Template.parse(%q{ foobar {% if 1 != 2 %}