diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-04-12 10:35:51 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-04-12 11:07:04 -0400 |
| commit | 3629d4df66a09334a764f487c431c501a60e18fe (patch) | |
| tree | 1daf8c79f3497eae32972fe3e87ceac8c5d4c39b | |
| parent | c41ecf3f470ab5a4cba410743dc8154694f9d885 (diff) | |
[PRISM] Enable passing tests for prism
| -rw-r--r-- | spec/prism.mspec | 1 | ||||
| -rw-r--r-- | test/.excludes-prism/TestParse.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/spec/prism.mspec b/spec/prism.mspec index efa0d93123..b180214375 100644 --- a/spec/prism.mspec +++ b/spec/prism.mspec @@ -5,7 +5,6 @@ MSpec.register(:exclude, "Warning.[] returns default values for categories :deprecated and :experimental") ## Language -MSpec.register(:exclude, "The defined? keyword when called with a method name in a void context warns about the void context when parsing it") MSpec.register(:exclude, "Hash literal expands an '**{}' or '**obj' element with the last key/value pair taking precedence") MSpec.register(:exclude, "Hash literal expands an '**{}' and warns when finding an additional duplicate key afterwards") MSpec.register(:exclude, "Hash literal merges multiple nested '**obj' in Hash literals") diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb index 15eced1e02..7e35aefbbc 100644 --- a/test/.excludes-prism/TestParse.rb +++ b/test/.excludes-prism/TestParse.rb @@ -27,6 +27,5 @@ exclude(:test_unexpected_eof, "unknown") exclude(:test_unexpected_token_after_numeric, "unknown") exclude(:test_unterminated_regexp_error, "unknown") exclude(:test_unused_variable, "missing warning") -exclude(:test_void_expr_stmts_value, "missing warning") exclude(:test_void_value_in_rhs, "unknown") exclude(:test_words, "unknown") |
