summaryrefslogtreecommitdiff
path: root/test/prism/errors_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/errors_test.rb')
-rw-r--r--test/prism/errors_test.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/prism/errors_test.rb b/test/prism/errors_test.rb
index 7648875691..9e7bb10762 100644
--- a/test/prism/errors_test.rb
+++ b/test/prism/errors_test.rb
@@ -360,7 +360,7 @@ module Prism
def test_double_splat_followed_by_splat_argument
expected = CallNode(
- 0,
+ CallNodeFlags::IGNORE_VISIBILITY,
nil,
nil,
:a,
@@ -381,7 +381,7 @@ module Prism
def test_arguments_after_block
expected = CallNode(
- 0,
+ CallNodeFlags::IGNORE_VISIBILITY,
nil,
nil,
:a,
@@ -407,7 +407,7 @@ module Prism
def test_splat_argument_after_keyword_argument
expected = CallNode(
- 0,
+ CallNodeFlags::IGNORE_VISIBILITY,
nil,
nil,
:a,
@@ -462,7 +462,7 @@ module Prism
nil,
StatementsNode(
[CallNode(
- 0,
+ CallNodeFlags::IGNORE_VISIBILITY,
nil,
nil,
:bar,
@@ -1070,7 +1070,7 @@ module Prism
def test_do_not_allow_forward_arguments_in_blocks
expected = CallNode(
- 0,
+ CallNodeFlags::IGNORE_VISIBILITY,
nil,
nil,
:a,