summaryrefslogtreecommitdiff
path: root/yarvtest/test_eval.rb
diff options
context:
space:
mode:
Diffstat (limited to 'yarvtest/test_eval.rb')
-rw-r--r--yarvtest/test_eval.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarvtest/test_eval.rb b/yarvtest/test_eval.rb
index 8a82c4cff4..0432caa3f1 100644
--- a/yarvtest/test_eval.rb
+++ b/yarvtest/test_eval.rb
@@ -16,12 +16,12 @@ class TestEval < YarvTestBase
def test_eval_with_send
ae %q{
- __send! :eval, %{
+ __send__ :eval, %{
:ok
}
}
ae %q{
- 1.__send! :instance_eval, %{
+ 1.__send__ :instance_eval, %{
:ok
}
}