aboutsummaryrefslogtreecommitdiffstats
path: root/test/racc/test_racc_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/racc/test_racc_command.rb')
-rw-r--r--test/racc/test_racc_command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/racc/test_racc_command.rb b/test/racc/test_racc_command.rb
index 1fc5413399..2409bb3c31 100644
--- a/test/racc/test_racc_command.rb
+++ b/test/racc/test_racc_command.rb
@@ -141,13 +141,13 @@ module Racc
end
def test_norule_y
- assert_raises(MiniTest::Assertion) {
+ assert_raise(MiniTest::Assertion) {
assert_compile 'norule.y'
}
end
def test_unterm_y
- assert_raises(MiniTest::Assertion) {
+ assert_raise(MiniTest::Assertion) {
assert_compile 'unterm.y'
}
end