summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/language/functions.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/language/functions.rb b/test/language/functions.rb
index ca941c248..6b46bfd9e 100755
--- a/test/language/functions.rb
+++ b/test/language/functions.rb
@@ -76,7 +76,8 @@ class TestLangFunctions < Test::Unit::TestCase
:name => "fail",
:ftype => :statement,
:arguments => AST::ASTArray.new(
- :children => [stringobj("this is a failure")]
+ :children => [stringobj("this is a failure"),
+ stringobj("and another")]
)
)
end