diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-04-12 14:01:42 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-04-12 17:46:31 -0400 |
| commit | 10d0abb437e933caa3da48dfd87b40153d1a5bd7 (patch) | |
| tree | 19e666356b8995c14f8851831cae9b5d41193e38 /test | |
| parent | 7baecc2e36521dbfacffe25e1522ca2a3d85bac8 (diff) | |
[PRISM] Enable passing tests from latest prism
Diffstat (limited to 'test')
| -rw-r--r-- | test/.excludes-prism/TestParse.rb | 1 | ||||
| -rw-r--r-- | test/.excludes-prism/TestSyntax.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb index 9153dcb928..83af593b15 100644 --- a/test/.excludes-prism/TestParse.rb +++ b/test/.excludes-prism/TestParse.rb @@ -7,7 +7,6 @@ exclude(:test_here_document, "unknown") exclude(:test_heredoc_unterminated_interpolation, "unknown") exclude(:test_invalid_char, "unknown") exclude(:test_location_of_invalid_token, "unknown") -exclude(:test_no_blockarg, "unknown") exclude(:test_op_asgn1_with_block, "unknown") exclude(:test_parse_string, "unknown") exclude(:test_percent, "unknown") diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb index 46f84cd163..cd18324f74 100644 --- a/test/.excludes-prism/TestSyntax.rb +++ b/test/.excludes-prism/TestSyntax.rb @@ -13,7 +13,6 @@ exclude(:test_error_message_encoding, "unknown") exclude(:test_heredoc_cr, "unknown") exclude(:test_heredoc_no_terminator, "unknown") exclude(:test_invalid_encoding_symbol, "unknown") -exclude(:test_invalid_literal_message, "unknown") exclude(:test_it, "https://github.com/ruby/prism/issues/2323") exclude(:test_keyword_invalid_name, "unknown") exclude(:test_keyword_self_reference, "unknown") |
